Shades of Eucalyptus #399060
Tints of Eucalyptus #399060
RGB
CMYK
RGB Variations
Color information
#399060 (or 0x399060) is known color: Eucalyptus. HEX triplet: 39, 90 and 60. RGB value is (57,144,96). Sum of RGB (Red+Green+Blue) = 57+144+96=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 144 - color contains mainly: green. Hex color #399060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399060 is #C66F9F. Grayscale: #707070. Windows color (decimal): -13004704 or 6328377. OLE color: 6328377.
HSL color Cylindrical-coordinate representation of color #399060: hue angle of 146.9º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #399060 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 144 | 96 | - |
| CMYK | 0.60 | 0 | 0.33 | 0.44 |
| HSL | 146.9º | 0.43% | 0.39% | - |
| HSV(B) | 146.9º | 0.6% | 0.56% | - |
| XYZ | 13.77 | 21.66 | 14.52 | - |
| YUV | 112.52 | 118.68 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 144 | 96 | 0.60 | 0 | 0.33 | 0.44 | 146.9 | 0.43 | 0.39 |
| Hex | 39 | 90 | 60 | 3C | 0 | 21 | 2C | 93 | 2B | 27 |
| Octal | 71 | 220 | 140 | 74 | 0 | 41 | 54 | 223 | 53 | 47 |
| Binary | 111001 | 10010000 | 1100000 | 111100 | 0 | 100001 | 101100 | 10010011 | 101011 | 100111 |
Color Harmonies of #399060
Complementary color
Monochromatic Colors of #399060
Black with #399060
Text Example
Text Example
White with #399060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399060; }
p { color: rgb(57,144,96); }
H1.HeaderClassName
{
color: #399060;
}
.AnyTagClassName
{
color: #399060;
}
</style>
background-color css
<style>
a { background-color: #399060; }
a { background-color: rgb(57,144,96); }
div.DivClassName
{
background-color: #399060;
}
.BgClassName
{
background-color: #399060;
}
</style>
border-color css
<style>
span { border-color: #399060; }
span { border-color: rgb(57,144,96); }
td.TdClassName
{
border-color: #399060;
}
.TagClassName
{
border-color: #399060;
}
</style>