Shades of Eucalyptus #399D5E
Tints of Eucalyptus #399D5E
RGB
CMYK
RGB Variations
Color information
#399D5E (or 0x399D5E) is known color: Eucalyptus. HEX triplet: 39, 9D and 5E. RGB value is (57,157,94). Sum of RGB (Red+Green+Blue) = 57+157+94=308 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.51% from 308); Green value is 157 (61.72% from 255 or 50.97% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 157 - color contains mainly: green. Hex color #399D5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399D5E is #C662A1. Grayscale: #787878. Windows color (decimal): -13001378 or 6200633. OLE color: 6200633.
HSL color Cylindrical-coordinate representation of color #399D5E: hue angle of 142.2º 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 #399D5E is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 157 | 94 | - |
| CMYK | 0.64 | 0 | 0.40 | 0.38 |
| HSL | 142.2º | 0.47% | 0.42% | - |
| HSV(B) | 142.2º | 0.64% | 0.62% | - |
| XYZ | 15.76 | 25.79 | 14.74 | - |
| YUV | 119.92 | 113.37 | 83.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 157 | 94 | 0.64 | 0 | 0.40 | 0.38 | 142.2 | 0.47 | 0.42 |
| Hex | 39 | 9D | 5E | 40 | 0 | 28 | 26 | 8E | 2F | 2A |
| Octal | 71 | 235 | 136 | 100 | 0 | 50 | 46 | 216 | 57 | 52 |
| Binary | 111001 | 10011101 | 1011110 | 1000000 | 0 | 101000 | 100110 | 10001110 | 101111 | 101010 |
Color Harmonies of #399D5E
Complementary color
Monochromatic Colors of #399D5E
Black with #399D5E
Text Example
Text Example
White with #399D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399D5E; }
p { color: rgb(57,157,94); }
H1.HeaderClassName
{
color: #399D5E;
}
.AnyTagClassName
{
color: #399D5E;
}
</style>
background-color css
<style>
a { background-color: #399D5E; }
a { background-color: rgb(57,157,94); }
div.DivClassName
{
background-color: #399D5E;
}
.BgClassName
{
background-color: #399D5E;
}
</style>
border-color css
<style>
span { border-color: #399D5E; }
span { border-color: rgb(57,157,94); }
td.TdClassName
{
border-color: #399D5E;
}
.TagClassName
{
border-color: #399D5E;
}
</style>