Shades of Eucalyptus #399663
Tints of Eucalyptus #399663
RGB
CMYK
RGB Variations
Color information
#399663 (or 0x399663) is known color: Eucalyptus. HEX triplet: 39, 96 and 63. RGB value is (57,150,99). Sum of RGB (Red+Green+Blue) = 57+150+99=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 150 (58.98% from 255 or 49.02% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 150 - color contains mainly: green. Hex color #399663 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399663 is #C6699C. Grayscale: #747474. Windows color (decimal): -13003165 or 6526521. OLE color: 6526521.
HSL color Cylindrical-coordinate representation of color #399663: hue angle of 147.1º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #399663 is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 57 | 150 | 99 | - |
| CMYK | 0.62 | 0 | 0.34 | 0.41 |
| HSL | 147.1º | 0.45% | 0.41% | - |
| HSV(B) | 147.1º | 0.62% | 0.59% | - |
| XYZ | 14.85 | 23.58 | 15.57 | - |
| YUV | 116.38 | 118.19 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 150 | 99 | 0.62 | 0 | 0.34 | 0.41 | 147.1 | 0.45 | 0.41 |
| Hex | 39 | 96 | 63 | 3E | 0 | 22 | 29 | 93 | 2D | 29 |
| Octal | 71 | 226 | 143 | 76 | 0 | 42 | 51 | 223 | 55 | 51 |
| Binary | 111001 | 10010110 | 1100011 | 111110 | 0 | 100010 | 101001 | 10010011 | 101101 | 101001 |
Color Harmonies of #399663
Complementary color
Monochromatic Colors of #399663
Black with #399663
Text Example
Text Example
White with #399663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399663; }
p { color: rgb(57,150,99); }
H1.HeaderClassName
{
color: #399663;
}
.AnyTagClassName
{
color: #399663;
}
</style>
background-color css
<style>
a { background-color: #399663; }
a { background-color: rgb(57,150,99); }
div.DivClassName
{
background-color: #399663;
}
.BgClassName
{
background-color: #399663;
}
</style>
border-color css
<style>
span { border-color: #399663; }
span { border-color: rgb(57,150,99); }
td.TdClassName
{
border-color: #399663;
}
.TagClassName
{
border-color: #399663;
}
</style>