Shades of Eucalyptus #399163
Tints of Eucalyptus #399163
RGB
CMYK
RGB Variations
Color information
#399163 (or 0x399163) is known color: Eucalyptus. HEX triplet: 39, 91 and 63. RGB value is (57,145,99). Sum of RGB (Red+Green+Blue) = 57+145+99=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 145 (57.03% from 255 or 48.17% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 145 - color contains mainly: green. Hex color #399163 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399163 is #C66E9C. Grayscale: #717171. Windows color (decimal): -13004445 or 6525241. OLE color: 6525241.
HSL color Cylindrical-coordinate representation of color #399163: hue angle of 148.64º 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 #399163 is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 145 | 99 | - |
| CMYK | 0.61 | 0 | 0.32 | 0.43 |
| HSL | 148.64º | 0.44% | 0.4% | - |
| HSV(B) | 148.64º | 0.61% | 0.57% | - |
| XYZ | 14.06 | 22.02 | 15.31 | - |
| YUV | 113.44 | 119.85 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 145 | 99 | 0.61 | 0 | 0.32 | 0.43 | 148.64 | 0.44 | 0.4 |
| Hex | 39 | 91 | 63 | 3D | 0 | 20 | 2B | 95 | 2C | 28 |
| Octal | 71 | 221 | 143 | 75 | 0 | 40 | 53 | 225 | 54 | 50 |
| Binary | 111001 | 10010001 | 1100011 | 111101 | 0 | 100000 | 101011 | 10010101 | 101100 | 101000 |
Color Harmonies of #399163
Complementary color
Monochromatic Colors of #399163
Black with #399163
Text Example
Text Example
White with #399163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399163; }
p { color: rgb(57,145,99); }
H1.HeaderClassName
{
color: #399163;
}
.AnyTagClassName
{
color: #399163;
}
</style>
background-color css
<style>
a { background-color: #399163; }
a { background-color: rgb(57,145,99); }
div.DivClassName
{
background-color: #399163;
}
.BgClassName
{
background-color: #399163;
}
</style>
border-color css
<style>
span { border-color: #399163; }
span { border-color: rgb(57,145,99); }
td.TdClassName
{
border-color: #399163;
}
.TagClassName
{
border-color: #399163;
}
</style>