Shades of Eucalyptus #399A6D
Tints of Eucalyptus #399A6D
RGB
CMYK
RGB Variations
Color information
#399A6D (or 0x399A6D) is known color: Eucalyptus. HEX triplet: 39, 9A and 6D. RGB value is (57,154,109). Sum of RGB (Red+Green+Blue) = 57+154+109=320 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.81% from 320); Green value is 154 (60.55% from 255 or 48.12% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 154 - color contains mainly: green. Hex color #399A6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399A6D is #C66592. Grayscale: #777777. Windows color (decimal): -13002131 or 7182905. OLE color: 7182905.
HSL color Cylindrical-coordinate representation of color #399A6D: hue angle of 152.16º 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 #399A6D is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 57 | 154 | 109 | - |
| CMYK | 0.63 | 0 | 0.29 | 0.40 |
| HSL | 152.16º | 0.46% | 0.41% | - |
| HSV(B) | 152.16º | 0.63% | 0.6% | - |
| XYZ | 16 | 25.09 | 18.47 | - |
| YUV | 119.87 | 121.86 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 154 | 109 | 0.63 | 0 | 0.29 | 0.40 | 152.16 | 0.46 | 0.41 |
| Hex | 39 | 9A | 6D | 3F | 0 | 1D | 28 | 98 | 2E | 29 |
| Octal | 71 | 232 | 155 | 77 | 0 | 35 | 50 | 230 | 56 | 51 |
| Binary | 111001 | 10011010 | 1101101 | 111111 | 0 | 11101 | 101000 | 10011000 | 101110 | 101001 |
Color Harmonies of #399A6D
Complementary color
Monochromatic Colors of #399A6D
Black with #399A6D
Text Example
Text Example
White with #399A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399A6D; }
p { color: rgb(57,154,109); }
H1.HeaderClassName
{
color: #399A6D;
}
.AnyTagClassName
{
color: #399A6D;
}
</style>
background-color css
<style>
a { background-color: #399A6D; }
a { background-color: rgb(57,154,109); }
div.DivClassName
{
background-color: #399A6D;
}
.BgClassName
{
background-color: #399A6D;
}
</style>
border-color css
<style>
span { border-color: #399A6D; }
span { border-color: rgb(57,154,109); }
td.TdClassName
{
border-color: #399A6D;
}
.TagClassName
{
border-color: #399A6D;
}
</style>