Shades of Eucalyptus #39955F
Tints of Eucalyptus #39955F
RGB
CMYK
RGB Variations
Color information
#39955F (or 0x39955F) is known color: Eucalyptus. HEX triplet: 39, 95 and 5F. RGB value is (57,149,95). Sum of RGB (Red+Green+Blue) = 57+149+95=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #39955F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39955F is #C66AA0. Grayscale: #737373. Windows color (decimal): -13003425 or 6264121. OLE color: 6264121.
HSL color Cylindrical-coordinate representation of color #39955F: hue angle of 144.78º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #39955F is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 149 | 95 | - |
| CMYK | 0.62 | 0 | 0.36 | 0.42 |
| HSL | 144.78º | 0.45% | 0.4% | - |
| HSV(B) | 144.78º | 0.62% | 0.58% | - |
| XYZ | 14.5 | 23.19 | 14.54 | - |
| YUV | 115.34 | 116.52 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 149 | 95 | 0.62 | 0 | 0.36 | 0.42 | 144.78 | 0.45 | 0.4 |
| Hex | 39 | 95 | 5F | 3E | 0 | 24 | 2A | 91 | 2D | 28 |
| Octal | 71 | 225 | 137 | 76 | 0 | 44 | 52 | 221 | 55 | 50 |
| Binary | 111001 | 10010101 | 1011111 | 111110 | 0 | 100100 | 101010 | 10010001 | 101101 | 101000 |
Color Harmonies of #39955F
Complementary color
Monochromatic Colors of #39955F
Black with #39955F
Text Example
Text Example
White with #39955F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39955F; }
p { color: rgb(57,149,95); }
H1.HeaderClassName
{
color: #39955F;
}
.AnyTagClassName
{
color: #39955F;
}
</style>
background-color css
<style>
a { background-color: #39955F; }
a { background-color: rgb(57,149,95); }
div.DivClassName
{
background-color: #39955F;
}
.BgClassName
{
background-color: #39955F;
}
</style>
border-color css
<style>
span { border-color: #39955F; }
span { border-color: rgb(57,149,95); }
td.TdClassName
{
border-color: #39955F;
}
.TagClassName
{
border-color: #39955F;
}
</style>