Shades of Eucalyptus #39956C
Tints of Eucalyptus #39956C
RGB
CMYK
RGB Variations
Color information
#39956C (or 0x39956C) is known color: Eucalyptus. HEX triplet: 39, 95 and 6C. RGB value is (57,149,108). Sum of RGB (Red+Green+Blue) = 57+149+108=314 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.15% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 149 - color contains mainly: green. Hex color #39956C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39956C is #C66A93. Grayscale: #747474. Windows color (decimal): -13003412 or 7116089. OLE color: 7116089.
HSL color Cylindrical-coordinate representation of color #39956C: hue angle of 153.26º 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 #39956C is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 149 | 108 | - |
| CMYK | 0.62 | 0 | 0.28 | 0.42 |
| HSL | 153.26º | 0.45% | 0.4% | - |
| HSV(B) | 153.26º | 0.62% | 0.58% | - |
| XYZ | 15.14 | 23.45 | 17.92 | - |
| YUV | 116.82 | 123.02 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 149 | 108 | 0.62 | 0 | 0.28 | 0.42 | 153.26 | 0.45 | 0.4 |
| Hex | 39 | 95 | 6C | 3E | 0 | 1C | 2A | 99 | 2D | 28 |
| Octal | 71 | 225 | 154 | 76 | 0 | 34 | 52 | 231 | 55 | 50 |
| Binary | 111001 | 10010101 | 1101100 | 111110 | 0 | 11100 | 101010 | 10011001 | 101101 | 101000 |
Color Harmonies of #39956C
Complementary color
Monochromatic Colors of #39956C
Black with #39956C
Text Example
Text Example
White with #39956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39956C; }
p { color: rgb(57,149,108); }
H1.HeaderClassName
{
color: #39956C;
}
.AnyTagClassName
{
color: #39956C;
}
</style>
background-color css
<style>
a { background-color: #39956C; }
a { background-color: rgb(57,149,108); }
div.DivClassName
{
background-color: #39956C;
}
.BgClassName
{
background-color: #39956C;
}
</style>
border-color css
<style>
span { border-color: #39956C; }
span { border-color: rgb(57,149,108); }
td.TdClassName
{
border-color: #39956C;
}
.TagClassName
{
border-color: #39956C;
}
</style>