#39966C

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

Shades of Eucalyptus #39966C

Tints of Eucalyptus #39966C

Color information

#39966C (or 0x39966C) is unknown color: approx Eucalyptus. HEX triplet: 39, 96 and 6C. RGB value is (57,150,108). Sum of RGB (Red+Green+Blue) = 57+150+108=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 150 (58.98% from 255 or 47.62% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 150 - color contains mainly: green. Hex color #39966C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39966C is #C66993. Grayscale: #757575. Windows color (decimal): -13003156 or 7116345. OLE color: 7116345.

HSL color Cylindrical-coordinate representation of color #39966C: hue angle of 152.9º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #39966C is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB57150108-
CMYK0.6200.280.41
HSL152.9º44.93%40.59%-
HSV(B)152.9º62%58.82%-
XYZ15.323.7717.97-
YUV117.4122.6984.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.10%
GREEN value IS 150 (58.98% from 255) = 47.62%
BLUE value IS 108 (42.58% from 255) = 34.29%
R=18.10%
G=47.62%
B=34.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal571501080.6200.280.41152.944.9340.59
Hex39966C3E01C29992d29
Octal7122615476034512315551
Binary11100110010110110110011111001110010100110011001101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39966C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39966C; }

 p { color: rgb(57,150,108); }

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

<style>
 a { background-color: #39966C; }

 a { background-color: rgb(57,150,108); }

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

<style>
 span { border-color: #39966C; }

 span { border-color: rgb(57,150,108); }

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