Shades of Eucalyptus #399260
Tints of Eucalyptus #399260
RGB
CMYK
RGB Variations
Color information
#399260 (or 0x399260) is known color: Eucalyptus. HEX triplet: 39, 92 and 60. RGB value is (57,146,96). Sum of RGB (Red+Green+Blue) = 57+146+96=299 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.06% from 299); Green value is 146 (57.42% from 255 or 48.83% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 146 - color contains mainly: green. Hex color #399260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399260 is #C66D9F. Grayscale: #717171. Windows color (decimal): -13004192 or 6328889. OLE color: 6328889.
HSL color Cylindrical-coordinate representation of color #399260: hue angle of 146.29º 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 #399260 is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 146 | 96 | - |
| CMYK | 0.61 | 0 | 0.34 | 0.43 |
| HSL | 146.29º | 0.44% | 0.4% | - |
| HSV(B) | 146.29º | 0.61% | 0.57% | - |
| XYZ | 14.08 | 22.27 | 14.62 | - |
| YUV | 113.69 | 118.01 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 146 | 96 | 0.61 | 0 | 0.34 | 0.43 | 146.29 | 0.44 | 0.4 |
| Hex | 39 | 92 | 60 | 3D | 0 | 22 | 2B | 92 | 2C | 28 |
| Octal | 71 | 222 | 140 | 75 | 0 | 42 | 53 | 222 | 54 | 50 |
| Binary | 111001 | 10010010 | 1100000 | 111101 | 0 | 100010 | 101011 | 10010010 | 101100 | 101000 |
Color Harmonies of #399260
Complementary color
Monochromatic Colors of #399260
Black with #399260
Text Example
Text Example
White with #399260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399260; }
p { color: rgb(57,146,96); }
H1.HeaderClassName
{
color: #399260;
}
.AnyTagClassName
{
color: #399260;
}
</style>
background-color css
<style>
a { background-color: #399260; }
a { background-color: rgb(57,146,96); }
div.DivClassName
{
background-color: #399260;
}
.BgClassName
{
background-color: #399260;
}
</style>
border-color css
<style>
span { border-color: #399260; }
span { border-color: rgb(57,146,96); }
td.TdClassName
{
border-color: #399260;
}
.TagClassName
{
border-color: #399260;
}
</style>