#39996d

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

Shades of Eucalyptus #39996D

Tints of Eucalyptus #39996D

Color information

#39996D (or 0x39996D) is unknown color: approx Eucalyptus. HEX triplet: 39, 99 and 6D. RGB value is (57,153,109). Sum of RGB (Red+Green+Blue) = 57+153+109=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 153 (60.16% from 255 or 47.96% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 153 - color contains mainly: green. Hex color #39996D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39996D is #C66692. Grayscale: #777777. Windows color (decimal): -13002387 or 7182649. OLE color: 7182649.

HSL color Cylindrical-coordinate representation of color #39996D: hue angle of 152.5º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39996D is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB57153109-
CMYK0.6300.290.4
HSL152.5º45.71%41.18%-
HSV(B)152.5º62.75%60%-
XYZ15.8424.7618.41-
YUV119.28122.283.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.87%
GREEN value IS 153 (60.16% from 255) = 47.96%
BLUE value IS 109 (42.97% from 255) = 34.17%
R=17.87%
G=47.96%
B=34.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal571531090.6300.290.4152.545.7141.18
Hex39996D3F01D28982e29
Octal7123115577035502305651
Binary11100110011001110110111111101110110100010011000101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39996d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39996d; }

 p { color: rgb(57,153,109); }

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

<style>
 a { background-color: #39996d; }

 a { background-color: rgb(57,153,109); }

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

<style>
 span { border-color: #39996d; }

 span { border-color: rgb(57,153,109); }

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