#3B986C

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

Shades of Eucalyptus #3B986C

Tints of Eucalyptus #3B986C

Color information

#3B986C (or 0x3B986C) is unknown color: approx Eucalyptus. HEX triplet: 3B, 98 and 6C. RGB value is (59,152,108). Sum of RGB (Red+Green+Blue) = 59+152+108=319 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.50% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #3B986C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B986C is #C46793. Grayscale: #777777. Windows color (decimal): -12871572 or 7116859. OLE color: 7116859.

HSL color Cylindrical-coordinate representation of color #3B986C: hue angle of 151.61º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B986C is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB59152108-
CMYK0.6100.290.40
HSL151.61º44.08%41.37%-
HSV(B)151.61º61.18%59.61%-
XYZ15.7424.4718.08-
YUV119.18121.6985.08-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.50%
GREEN value IS 152 (59.77% from 255) = 47.65%
BLUE value IS 108 (42.58% from 255) = 33.86%
R=18.50%
G=47.65%
B=33.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal591521080.6100.290.40151.6144.0841.37
Hex3B986C3D01D28982c29
Octal7323015475035502305451
Binary11101110011000110110011110101110110100010011000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B986C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,152,108); }

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

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

 a { background-color: rgb(59,152,108); }

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

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

 span { border-color: rgb(59,152,108); }

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