Shades of Eucalyptus #399A60
Tints of Eucalyptus #399A60
RGB
CMYK
RGB Variations
Color information
#399A60 (or 0x399A60) is known color: Eucalyptus. HEX triplet: 39, 9A and 60. RGB value is (57,154,96). Sum of RGB (Red+Green+Blue) = 57+154+96=307 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.57% from 307); Green value is 154 (60.55% from 255 or 50.16% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 154 - color contains mainly: green. Hex color #399A60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399A60 is #C6659F. Grayscale: #767676. Windows color (decimal): -13002144 or 6330937. OLE color: 6330937.
HSL color Cylindrical-coordinate representation of color #399A60: hue angle of 144.12º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399A60 is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 57 | 154 | 96 | - |
| CMYK | 0.63 | 0 | 0.38 | 0.40 |
| HSL | 144.12º | 0.46% | 0.41% | - |
| HSV(B) | 144.12º | 0.63% | 0.6% | - |
| XYZ | 15.35 | 24.83 | 15.05 | - |
| YUV | 118.39 | 115.36 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 154 | 96 | 0.63 | 0 | 0.38 | 0.40 | 144.12 | 0.46 | 0.41 |
| Hex | 39 | 9A | 60 | 3F | 0 | 26 | 28 | 90 | 2E | 29 |
| Octal | 71 | 232 | 140 | 77 | 0 | 46 | 50 | 220 | 56 | 51 |
| Binary | 111001 | 10011010 | 1100000 | 111111 | 0 | 100110 | 101000 | 10010000 | 101110 | 101001 |
Color Harmonies of #399A60
Complementary color
Monochromatic Colors of #399A60
Black with #399A60
Text Example
Text Example
White with #399A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399A60; }
p { color: rgb(57,154,96); }
H1.HeaderClassName
{
color: #399A60;
}
.AnyTagClassName
{
color: #399A60;
}
</style>
background-color css
<style>
a { background-color: #399A60; }
a { background-color: rgb(57,154,96); }
div.DivClassName
{
background-color: #399A60;
}
.BgClassName
{
background-color: #399A60;
}
</style>
border-color css
<style>
span { border-color: #399A60; }
span { border-color: rgb(57,154,96); }
td.TdClassName
{
border-color: #399A60;
}
.TagClassName
{
border-color: #399A60;
}
</style>