Shades of Eucalyptus #39915F
Tints of Eucalyptus #39915F
RGB
CMYK
RGB Variations
Color information
#39915F (or 0x39915F) is known color: Eucalyptus. HEX triplet: 39, 91 and 5F. RGB value is (57,145,95). Sum of RGB (Red+Green+Blue) = 57+145+95=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 145 (57.03% from 255 or 48.82% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 145 - color contains mainly: green. Hex color #39915F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39915F is #C66EA0. Grayscale: #717171. Windows color (decimal): -13004449 or 6263097. OLE color: 6263097.
HSL color Cylindrical-coordinate representation of color #39915F: hue angle of 145.91º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #39915F is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 145 | 95 | - |
| CMYK | 0.61 | 0 | 0.34 | 0.43 |
| HSL | 145.91º | 0.44% | 0.4% | - |
| HSV(B) | 145.91º | 0.61% | 0.57% | - |
| XYZ | 13.88 | 21.95 | 14.33 | - |
| YUV | 112.99 | 117.85 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 145 | 95 | 0.61 | 0 | 0.34 | 0.43 | 145.91 | 0.44 | 0.4 |
| Hex | 39 | 91 | 5F | 3D | 0 | 22 | 2B | 92 | 2C | 28 |
| Octal | 71 | 221 | 137 | 75 | 0 | 42 | 53 | 222 | 54 | 50 |
| Binary | 111001 | 10010001 | 1011111 | 111101 | 0 | 100010 | 101011 | 10010010 | 101100 | 101000 |
Color Harmonies of #39915F
Complementary color
Monochromatic Colors of #39915F
Black with #39915F
Text Example
Text Example
White with #39915F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39915F; }
p { color: rgb(57,145,95); }
H1.HeaderClassName
{
color: #39915F;
}
.AnyTagClassName
{
color: #39915F;
}
</style>
background-color css
<style>
a { background-color: #39915F; }
a { background-color: rgb(57,145,95); }
div.DivClassName
{
background-color: #39915F;
}
.BgClassName
{
background-color: #39915F;
}
</style>
border-color css
<style>
span { border-color: #39915F; }
span { border-color: rgb(57,145,95); }
td.TdClassName
{
border-color: #39915F;
}
.TagClassName
{
border-color: #39915F;
}
</style>