Shades of Eucalyptus #399D6C
Tints of Eucalyptus #399D6C
RGB
CMYK
RGB Variations
Color information
#399D6C (or 0x399D6C) is known color: Eucalyptus. HEX triplet: 39, 9D and 6C. RGB value is (57,157,108). Sum of RGB (Red+Green+Blue) = 57+157+108=322 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.70% from 322); Green value is 157 (61.72% from 255 or 48.76% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 157 - color contains mainly: green. Hex color #399D6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399D6C is #C66293. Grayscale: #797979. Windows color (decimal): -13001364 or 7118137. OLE color: 7118137.
HSL color Cylindrical-coordinate representation of color #399D6C: hue angle of 150.6º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #399D6C is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 157 | 108 | - |
| CMYK | 0.64 | 0 | 0.31 | 0.38 |
| HSL | 150.6º | 0.47% | 0.42% | - |
| HSV(B) | 150.6º | 0.64% | 0.62% | - |
| XYZ | 16.45 | 26.07 | 18.35 | - |
| YUV | 121.51 | 120.37 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 157 | 108 | 0.64 | 0 | 0.31 | 0.38 | 150.6 | 0.47 | 0.42 |
| Hex | 39 | 9D | 6C | 40 | 0 | 1F | 26 | 97 | 2F | 2A |
| Octal | 71 | 235 | 154 | 100 | 0 | 37 | 46 | 227 | 57 | 52 |
| Binary | 111001 | 10011101 | 1101100 | 1000000 | 0 | 11111 | 100110 | 10010111 | 101111 | 101010 |
Color Harmonies of #399D6C
Complementary color
Monochromatic Colors of #399D6C
Black with #399D6C
Text Example
Text Example
White with #399D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399D6C; }
p { color: rgb(57,157,108); }
H1.HeaderClassName
{
color: #399D6C;
}
.AnyTagClassName
{
color: #399D6C;
}
</style>
background-color css
<style>
a { background-color: #399D6C; }
a { background-color: rgb(57,157,108); }
div.DivClassName
{
background-color: #399D6C;
}
.BgClassName
{
background-color: #399D6C;
}
</style>
border-color css
<style>
span { border-color: #399D6C; }
span { border-color: rgb(57,157,108); }
td.TdClassName
{
border-color: #399D6C;
}
.TagClassName
{
border-color: #399D6C;
}
</style>