Shades of Eucalyptus #399E6D
Tints of Eucalyptus #399E6D
RGB
CMYK
RGB Variations
Color information
#399E6D (or 0x399E6D) is known color: Eucalyptus. HEX triplet: 39, 9E and 6D. RGB value is (57,158,109). Sum of RGB (Red+Green+Blue) = 57+158+109=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 158 (62.11% from 255 or 48.77% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 158 - color contains mainly: green. Hex color #399E6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399E6D is #C66192. Grayscale: #7A7A7A. Windows color (decimal): -13001107 or 7183929. OLE color: 7183929.
HSL color Cylindrical-coordinate representation of color #399E6D: hue angle of 150.89º 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 #399E6D is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 158 | 109 | - |
| CMYK | 0.64 | 0 | 0.31 | 0.38 |
| HSL | 150.89º | 0.47% | 0.42% | - |
| HSV(B) | 150.89º | 0.64% | 0.62% | - |
| XYZ | 16.67 | 26.43 | 18.69 | - |
| YUV | 122.22 | 120.54 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 158 | 109 | 0.64 | 0 | 0.31 | 0.38 | 150.89 | 0.47 | 0.42 |
| Hex | 39 | 9E | 6D | 40 | 0 | 1F | 26 | 97 | 2F | 2A |
| Octal | 71 | 236 | 155 | 100 | 0 | 37 | 46 | 227 | 57 | 52 |
| Binary | 111001 | 10011110 | 1101101 | 1000000 | 0 | 11111 | 100110 | 10010111 | 101111 | 101010 |
Color Harmonies of #399E6D
Complementary color
Monochromatic Colors of #399E6D
Black with #399E6D
Text Example
Text Example
White with #399E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399E6D; }
p { color: rgb(57,158,109); }
H1.HeaderClassName
{
color: #399E6D;
}
.AnyTagClassName
{
color: #399E6D;
}
</style>
background-color css
<style>
a { background-color: #399E6D; }
a { background-color: rgb(57,158,109); }
div.DivClassName
{
background-color: #399E6D;
}
.BgClassName
{
background-color: #399E6D;
}
</style>
border-color css
<style>
span { border-color: #399E6D; }
span { border-color: rgb(57,158,109); }
td.TdClassName
{
border-color: #399E6D;
}
.TagClassName
{
border-color: #399E6D;
}
</style>