Shades of Eucalyptus #399671
Tints of Eucalyptus #399671
RGB
CMYK
RGB Variations
Color information
#399671 (or 0x399671) is known color: Eucalyptus. HEX triplet: 39, 96 and 71. RGB value is (57,150,113). Sum of RGB (Red+Green+Blue) = 57+150+113=320 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.81% from 320); Green value is 150 (58.98% from 255 or 46.88% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 150 - color contains mainly: green. Hex color #399671 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399671 is #C6698E. Grayscale: #767676. Windows color (decimal): -13003151 or 7444025. OLE color: 7444025.
HSL color Cylindrical-coordinate representation of color #399671: hue angle of 156.13º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #399671 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 57 | 150 | 113 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.41 |
| HSL | 156.13º | 0.45% | 0.41% | - |
| HSV(B) | 156.13º | 0.62% | 0.59% | - |
| XYZ | 15.57 | 23.87 | 19.41 | - |
| YUV | 117.98 | 125.19 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 150 | 113 | 0.62 | 0 | 0.25 | 0.41 | 156.13 | 0.45 | 0.41 |
| Hex | 39 | 96 | 71 | 3E | 0 | 19 | 29 | 9C | 2D | 29 |
| Octal | 71 | 226 | 161 | 76 | 0 | 31 | 51 | 234 | 55 | 51 |
| Binary | 111001 | 10010110 | 1110001 | 111110 | 0 | 11001 | 101001 | 10011100 | 101101 | 101001 |
Color Harmonies of #399671
Complementary color
Monochromatic Colors of #399671
Black with #399671
Text Example
Text Example
White with #399671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399671; }
p { color: rgb(57,150,113); }
H1.HeaderClassName
{
color: #399671;
}
.AnyTagClassName
{
color: #399671;
}
</style>
background-color css
<style>
a { background-color: #399671; }
a { background-color: rgb(57,150,113); }
div.DivClassName
{
background-color: #399671;
}
.BgClassName
{
background-color: #399671;
}
</style>
border-color css
<style>
span { border-color: #399671; }
span { border-color: rgb(57,150,113); }
td.TdClassName
{
border-color: #399671;
}
.TagClassName
{
border-color: #399671;
}
</style>