Shades of Eucalyptus #399C64
Tints of Eucalyptus #399C64
RGB
CMYK
RGB Variations
Color information
#399C64 (or 0x399C64) is known color: Eucalyptus. HEX triplet: 39, 9C and 64. RGB value is (57,156,100). Sum of RGB (Red+Green+Blue) = 57+156+100=313 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.21% from 313); Green value is 156 (61.33% from 255 or 49.84% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 156 - color contains mainly: green. Hex color #399C64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399C64 is #C6639B. Grayscale: #787878. Windows color (decimal): -13001628 or 6593593. OLE color: 6593593.
HSL color Cylindrical-coordinate representation of color #399C64: hue angle of 146.06º 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 #399C64 is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 57 | 156 | 100 | - |
| CMYK | 0.63 | 0 | 0.36 | 0.39 |
| HSL | 146.06º | 0.46% | 0.42% | - |
| HSV(B) | 146.06º | 0.63% | 0.61% | - |
| XYZ | 15.88 | 25.57 | 16.15 | - |
| YUV | 120.02 | 116.7 | 83.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 156 | 100 | 0.63 | 0 | 0.36 | 0.39 | 146.06 | 0.46 | 0.42 |
| Hex | 39 | 9C | 64 | 3F | 0 | 24 | 27 | 92 | 2E | 2A |
| Octal | 71 | 234 | 144 | 77 | 0 | 44 | 47 | 222 | 56 | 52 |
| Binary | 111001 | 10011100 | 1100100 | 111111 | 0 | 100100 | 100111 | 10010010 | 101110 | 101010 |
Color Harmonies of #399C64
Complementary color
Monochromatic Colors of #399C64
Black with #399C64
Text Example
Text Example
White with #399C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399C64; }
p { color: rgb(57,156,100); }
H1.HeaderClassName
{
color: #399C64;
}
.AnyTagClassName
{
color: #399C64;
}
</style>
background-color css
<style>
a { background-color: #399C64; }
a { background-color: rgb(57,156,100); }
div.DivClassName
{
background-color: #399C64;
}
.BgClassName
{
background-color: #399C64;
}
</style>
border-color css
<style>
span { border-color: #399C64; }
span { border-color: rgb(57,156,100); }
td.TdClassName
{
border-color: #399C64;
}
.TagClassName
{
border-color: #399C64;
}
</style>