Shades of Eucalyptus #399C63
Tints of Eucalyptus #399C63
RGB
CMYK
RGB Variations
Color information
#399C63 (or 0x399C63) is known color: Eucalyptus. HEX triplet: 39, 9C and 63. RGB value is (57,156,99). Sum of RGB (Red+Green+Blue) = 57+156+99=312 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.27% from 312); Green value is 156 (61.33% from 255 or 50% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 156 - color contains mainly: green. Hex color #399C63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399C63 is #C6639C. Grayscale: #787878. Windows color (decimal): -13001629 or 6528057. OLE color: 6528057.
HSL color Cylindrical-coordinate representation of color #399C63: hue angle of 145.45º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399C63 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 57 | 156 | 99 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.39 |
| HSL | 145.45º | 0.46% | 0.42% | - |
| HSV(B) | 145.45º | 0.63% | 0.61% | - |
| XYZ | 15.83 | 25.55 | 15.9 | - |
| YUV | 119.9 | 116.2 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 156 | 99 | 0.63 | 0 | 0.37 | 0.39 | 145.45 | 0.46 | 0.42 |
| Hex | 39 | 9C | 63 | 3F | 0 | 25 | 27 | 91 | 2E | 2A |
| Octal | 71 | 234 | 143 | 77 | 0 | 45 | 47 | 221 | 56 | 52 |
| Binary | 111001 | 10011100 | 1100011 | 111111 | 0 | 100101 | 100111 | 10010001 | 101110 | 101010 |
Color Harmonies of #399C63
Complementary color
Monochromatic Colors of #399C63
Black with #399C63
Text Example
Text Example
White with #399C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399C63; }
p { color: rgb(57,156,99); }
H1.HeaderClassName
{
color: #399C63;
}
.AnyTagClassName
{
color: #399C63;
}
</style>
background-color css
<style>
a { background-color: #399C63; }
a { background-color: rgb(57,156,99); }
div.DivClassName
{
background-color: #399C63;
}
.BgClassName
{
background-color: #399C63;
}
</style>
border-color css
<style>
span { border-color: #399C63; }
span { border-color: rgb(57,156,99); }
td.TdClassName
{
border-color: #399C63;
}
.TagClassName
{
border-color: #399C63;
}
</style>