Shades of Eucalyptus #399063
Tints of Eucalyptus #399063
RGB
CMYK
RGB Variations
Color information
#399063 (or 0x399063) is known color: Eucalyptus. HEX triplet: 39, 90 and 63. RGB value is (57,144,99). Sum of RGB (Red+Green+Blue) = 57+144+99=300 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19% from 300); Green value is 144 (56.64% from 255 or 48% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 144 - color contains mainly: green. Hex color #399063 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399063 is #C66F9C. Grayscale: #707070. Windows color (decimal): -13004701 or 6524985. OLE color: 6524985.
HSL color Cylindrical-coordinate representation of color #399063: hue angle of 148.97º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #399063 is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 144 | 99 | - |
| CMYK | 0.60 | 0 | 0.31 | 0.44 |
| HSL | 148.97º | 0.43% | 0.39% | - |
| HSV(B) | 148.97º | 0.6% | 0.56% | - |
| XYZ | 13.91 | 21.72 | 15.26 | - |
| YUV | 112.86 | 120.18 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 144 | 99 | 0.60 | 0 | 0.31 | 0.44 | 148.97 | 0.43 | 0.39 |
| Hex | 39 | 90 | 63 | 3C | 0 | 1F | 2C | 95 | 2B | 27 |
| Octal | 71 | 220 | 143 | 74 | 0 | 37 | 54 | 225 | 53 | 47 |
| Binary | 111001 | 10010000 | 1100011 | 111100 | 0 | 11111 | 101100 | 10010101 | 101011 | 100111 |
Color Harmonies of #399063
Complementary color
Monochromatic Colors of #399063
Black with #399063
Text Example
Text Example
White with #399063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399063; }
p { color: rgb(57,144,99); }
H1.HeaderClassName
{
color: #399063;
}
.AnyTagClassName
{
color: #399063;
}
</style>
background-color css
<style>
a { background-color: #399063; }
a { background-color: rgb(57,144,99); }
div.DivClassName
{
background-color: #399063;
}
.BgClassName
{
background-color: #399063;
}
</style>
border-color css
<style>
span { border-color: #399063; }
span { border-color: rgb(57,144,99); }
td.TdClassName
{
border-color: #399063;
}
.TagClassName
{
border-color: #399063;
}
</style>