Shades of Eucalyptus #399568
Tints of Eucalyptus #399568
RGB
CMYK
RGB Variations
Color information
#399568 (or 0x399568) is known color: Eucalyptus. HEX triplet: 39, 95 and 68. RGB value is (57,149,104). Sum of RGB (Red+Green+Blue) = 57+149+104=310 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.39% from 310); Green value is 149 (58.59% from 255 or 48.06% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 149 - color contains mainly: green. Hex color #399568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399568 is #C66A97. Grayscale: #747474. Windows color (decimal): -13003416 or 6853945. OLE color: 6853945.
HSL color Cylindrical-coordinate representation of color #399568: hue angle of 150.65º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #399568 is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 149 | 104 | - |
| CMYK | 0.62 | 0 | 0.30 | 0.42 |
| HSL | 150.65º | 0.45% | 0.4% | - |
| HSV(B) | 150.65º | 0.62% | 0.58% | - |
| XYZ | 14.93 | 23.36 | 16.82 | - |
| YUV | 116.36 | 121.02 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 149 | 104 | 0.62 | 0 | 0.30 | 0.42 | 150.65 | 0.45 | 0.4 |
| Hex | 39 | 95 | 68 | 3E | 0 | 1E | 2A | 97 | 2D | 28 |
| Octal | 71 | 225 | 150 | 76 | 0 | 36 | 52 | 227 | 55 | 50 |
| Binary | 111001 | 10010101 | 1101000 | 111110 | 0 | 11110 | 101010 | 10010111 | 101101 | 101000 |
Color Harmonies of #399568
Complementary color
Monochromatic Colors of #399568
Black with #399568
Text Example
Text Example
White with #399568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399568; }
p { color: rgb(57,149,104); }
H1.HeaderClassName
{
color: #399568;
}
.AnyTagClassName
{
color: #399568;
}
</style>
background-color css
<style>
a { background-color: #399568; }
a { background-color: rgb(57,149,104); }
div.DivClassName
{
background-color: #399568;
}
.BgClassName
{
background-color: #399568;
}
</style>
border-color css
<style>
span { border-color: #399568; }
span { border-color: rgb(57,149,104); }
td.TdClassName
{
border-color: #399568;
}
.TagClassName
{
border-color: #399568;
}
</style>