Shades of Eucalyptus #399D60
Tints of Eucalyptus #399D60
RGB
CMYK
RGB Variations
Color information
#399D60 (or 0x399D60) is known color: Eucalyptus. HEX triplet: 39, 9D and 60. RGB value is (57,157,96). Sum of RGB (Red+Green+Blue) = 57+157+96=310 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.39% from 310); Green value is 157 (61.72% from 255 or 50.65% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 157 - color contains mainly: green. Hex color #399D60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399D60 is #C6629F. Grayscale: #787878. Windows color (decimal): -13001376 or 6331705. OLE color: 6331705.
HSL color Cylindrical-coordinate representation of color #399D60: hue angle of 143.4º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #399D60 is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 157 | 96 | - |
| CMYK | 0.64 | 0 | 0.39 | 0.38 |
| HSL | 143.4º | 0.47% | 0.42% | - |
| HSV(B) | 143.4º | 0.64% | 0.62% | - |
| XYZ | 15.86 | 25.83 | 15.22 | - |
| YUV | 120.15 | 114.37 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 157 | 96 | 0.64 | 0 | 0.39 | 0.38 | 143.4 | 0.47 | 0.42 |
| Hex | 39 | 9D | 60 | 40 | 0 | 27 | 26 | 8F | 2F | 2A |
| Octal | 71 | 235 | 140 | 100 | 0 | 47 | 46 | 217 | 57 | 52 |
| Binary | 111001 | 10011101 | 1100000 | 1000000 | 0 | 100111 | 100110 | 10001111 | 101111 | 101010 |
Color Harmonies of #399D60
Complementary color
Monochromatic Colors of #399D60
Black with #399D60
Text Example
Text Example
White with #399D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399D60; }
p { color: rgb(57,157,96); }
H1.HeaderClassName
{
color: #399D60;
}
.AnyTagClassName
{
color: #399D60;
}
</style>
background-color css
<style>
a { background-color: #399D60; }
a { background-color: rgb(57,157,96); }
div.DivClassName
{
background-color: #399D60;
}
.BgClassName
{
background-color: #399D60;
}
</style>
border-color css
<style>
span { border-color: #399D60; }
span { border-color: rgb(57,157,96); }
td.TdClassName
{
border-color: #399D60;
}
.TagClassName
{
border-color: #399D60;
}
</style>