#3BD890

Color #3BD890 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #3BD890

Tints of Shamrock #3BD890

Color information

#3BD890 (or 0x3BD890) is unknown color: approx Shamrock. HEX triplet: 3B, D8 and 90. RGB value is (59,216,144). Sum of RGB (Red+Green+Blue) = 59+216+144=419 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.08% from 419); Green value is 216 (84.77% from 255 or 51.55% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 216 - color contains mainly: green. Hex color #3BD890 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BD890 is #C4276F. Grayscale: #A0A0A0. Windows color (decimal): -12855152 or 9492539. OLE color: 9492539.

HSL color Cylindrical-coordinate representation of color #3BD890: hue angle of 152.48º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BD890 is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB59216144-
CMYK0.7300.330.15
HSL152.48º66.81%53.92%-
HSV(B)152.48º72.69%84.71%-
XYZ31.3952.0634.78-
YUV160.85118.4955.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 59 (23.44% from 255) = 14.08%
GREEN value IS 216 (84.77% from 255) = 51.55%
BLUE value IS 144 (56.64% from 255) = 34.37%
R=14.08%
G=51.55%
B=34.37%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal592161440.7300.330.15152.4866.8153.92
Hex3BD89049021F984336
Octal733302201110411723010366
Binary1110111101100010010000100100101000011111100110001000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3BD890; }

 p { color: rgb(59,216,144); }

 H1.HeaderClassName
 {
   color: #3BD890;
 }
 .AnyTagClassName
 {
   color: #3BD890;
 }
</style>
background-color css

<style>
 a { background-color: #3BD890; }

 a { background-color: rgb(59,216,144); }

 div.DivClassName
 {
   background-color: #3BD890;
 }
 .BgClassName
 {
   background-color: #3BD890;
 }
</style>
border-color css

<style>
 span { border-color: #3BD890; }

 span { border-color: rgb(59,216,144); }

 td.TdClassName
 {
   border-color: #3BD890;
 }
 .TagClassName
 {
   border-color: #3BD890;
 }
</style>