Shades of Eucalyptus #399570
Tints of Eucalyptus #399570
RGB
CMYK
RGB Variations
Color information
#399570 (or 0x399570) is known color: Eucalyptus. HEX triplet: 39, 95 and 70. RGB value is (57,149,112). Sum of RGB (Red+Green+Blue) = 57+149+112=318 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.92% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 149 - color contains mainly: green. Hex color #399570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399570 is #C66A8F. Grayscale: #757575. Windows color (decimal): -13003408 or 7378233. OLE color: 7378233.
HSL color Cylindrical-coordinate representation of color #399570: hue angle of 155.87º 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 #399570 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 149 | 112 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.42 |
| HSL | 155.87º | 0.45% | 0.4% | - |
| HSV(B) | 155.87º | 0.62% | 0.58% | - |
| XYZ | 15.36 | 23.53 | 19.06 | - |
| YUV | 117.27 | 125.02 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 149 | 112 | 0.62 | 0 | 0.25 | 0.42 | 155.87 | 0.45 | 0.4 |
| Hex | 39 | 95 | 70 | 3E | 0 | 19 | 2A | 9C | 2D | 28 |
| Octal | 71 | 225 | 160 | 76 | 0 | 31 | 52 | 234 | 55 | 50 |
| Binary | 111001 | 10010101 | 1110000 | 111110 | 0 | 11001 | 101010 | 10011100 | 101101 | 101000 |
Color Harmonies of #399570
Complementary color
Monochromatic Colors of #399570
Black with #399570
Text Example
Text Example
White with #399570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399570; }
p { color: rgb(57,149,112); }
H1.HeaderClassName
{
color: #399570;
}
.AnyTagClassName
{
color: #399570;
}
</style>
background-color css
<style>
a { background-color: #399570; }
a { background-color: rgb(57,149,112); }
div.DivClassName
{
background-color: #399570;
}
.BgClassName
{
background-color: #399570;
}
</style>
border-color css
<style>
span { border-color: #399570; }
span { border-color: rgb(57,149,112); }
td.TdClassName
{
border-color: #399570;
}
.TagClassName
{
border-color: #399570;
}
</style>