Shades of Eucalyptus #399A5E
Tints of Eucalyptus #399A5E
RGB
CMYK
RGB Variations
Color information
#399A5E (or 0x399A5E) is known color: Eucalyptus. HEX triplet: 39, 9A and 5E. RGB value is (57,154,94). Sum of RGB (Red+Green+Blue) = 57+154+94=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 154 (60.55% from 255 or 50.49% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 154 - color contains mainly: green. Hex color #399A5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399A5E is #C665A1. Grayscale: #767676. Windows color (decimal): -13002146 or 6199865. OLE color: 6199865.
HSL color Cylindrical-coordinate representation of color #399A5E: hue angle of 142.89º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399A5E is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 57 | 154 | 94 | - |
| CMYK | 0.63 | 0 | 0.39 | 0.40 |
| HSL | 142.89º | 0.46% | 0.41% | - |
| HSV(B) | 142.89º | 0.63% | 0.6% | - |
| XYZ | 15.26 | 24.79 | 14.57 | - |
| YUV | 118.16 | 114.36 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 154 | 94 | 0.63 | 0 | 0.39 | 0.40 | 142.89 | 0.46 | 0.41 |
| Hex | 39 | 9A | 5E | 3F | 0 | 27 | 28 | 8F | 2E | 29 |
| Octal | 71 | 232 | 136 | 77 | 0 | 47 | 50 | 217 | 56 | 51 |
| Binary | 111001 | 10011010 | 1011110 | 111111 | 0 | 100111 | 101000 | 10001111 | 101110 | 101001 |
Color Harmonies of #399A5E
Complementary color
Monochromatic Colors of #399A5E
Black with #399A5E
Text Example
Text Example
White with #399A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399A5E; }
p { color: rgb(57,154,94); }
H1.HeaderClassName
{
color: #399A5E;
}
.AnyTagClassName
{
color: #399A5E;
}
</style>
background-color css
<style>
a { background-color: #399A5E; }
a { background-color: rgb(57,154,94); }
div.DivClassName
{
background-color: #399A5E;
}
.BgClassName
{
background-color: #399A5E;
}
</style>
border-color css
<style>
span { border-color: #399A5E; }
span { border-color: rgb(57,154,94); }
td.TdClassName
{
border-color: #399A5E;
}
.TagClassName
{
border-color: #399A5E;
}
</style>