#39996E

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

Shades of Eucalyptus #39996E

Tints of Eucalyptus #39996E

Color information

#39996E (or 0x39996E) is unknown color: approx Eucalyptus. HEX triplet: 39, 99 and 6E. RGB value is (57,153,110). Sum of RGB (Red+Green+Blue) = 57+153+110=320 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.81% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 153 - color contains mainly: green. Hex color #39996E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39996E is #C66691. Grayscale: #777777. Windows color (decimal): -13002386 or 7248185. OLE color: 7248185.

HSL color Cylindrical-coordinate representation of color #39996E: hue angle of 153.12º 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 #39996E is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB57153110-
CMYK0.6300.280.4
HSL153.12º45.71%41.18%-
HSV(B)153.12º62.75%60%-
XYZ15.8924.7818.7-
YUV119.39122.783.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.81%
GREEN value IS 153 (60.16% from 255) = 47.81%
BLUE value IS 110 (43.36% from 255) = 34.38%
R=17.81%
G=47.81%
B=34.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal571531100.6300.280.4153.1245.7141.18
Hex39996E3F01C28992e29
Octal7123115677034502315651
Binary11100110011001110111011111101110010100010011001101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39996E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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