Shades of Eucalyptus #398B66
Tints of Eucalyptus #398B66
RGB
CMYK
RGB Variations
Color information
#398B66 (or 0x398B66) is known color: Eucalyptus. HEX triplet: 39, 8B and 66. RGB value is (57,139,102). Sum of RGB (Red+Green+Blue) = 57+139+102=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 139 (54.69% from 255 or 46.64% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 139 - color contains mainly: green. Hex color #398B66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398B66 is #C67499. Grayscale: #6E6E6E. Windows color (decimal): -13005978 or 6720313. OLE color: 6720313.
HSL color Cylindrical-coordinate representation of color #398B66: hue angle of 152.93º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #398B66 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 139 | 102 | - |
| CMYK | 0.59 | 0 | 0.27 | 0.45 |
| HSL | 152.93º | 0.42% | 0.38% | - |
| HSV(B) | 152.93º | 0.59% | 0.55% | - |
| XYZ | 13.32 | 20.29 | 15.79 | - |
| YUV | 110.26 | 123.33 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 139 | 102 | 0.59 | 0 | 0.27 | 0.45 | 152.93 | 0.42 | 0.38 |
| Hex | 39 | 8B | 66 | 3B | 0 | 1B | 2D | 99 | 2A | 26 |
| Octal | 71 | 213 | 146 | 73 | 0 | 33 | 55 | 231 | 52 | 46 |
| Binary | 111001 | 10001011 | 1100110 | 111011 | 0 | 11011 | 101101 | 10011001 | 101010 | 100110 |
Color Harmonies of #398B66
Complementary color
Monochromatic Colors of #398B66
Black with #398B66
Text Example
Text Example
White with #398B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398B66; }
p { color: rgb(57,139,102); }
H1.HeaderClassName
{
color: #398B66;
}
.AnyTagClassName
{
color: #398B66;
}
</style>
background-color css
<style>
a { background-color: #398B66; }
a { background-color: rgb(57,139,102); }
div.DivClassName
{
background-color: #398B66;
}
.BgClassName
{
background-color: #398B66;
}
</style>
border-color css
<style>
span { border-color: #398B66; }
span { border-color: rgb(57,139,102); }
td.TdClassName
{
border-color: #398B66;
}
.TagClassName
{
border-color: #398B66;
}
</style>