Shades of Eucalyptus #398B65
Tints of Eucalyptus #398B65
RGB
CMYK
RGB Variations
Color information
#398B65 (or 0x398B65) is known color: Eucalyptus. HEX triplet: 39, 8B and 65. RGB value is (57,139,101). Sum of RGB (Red+Green+Blue) = 57+139+101=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 139 (54.69% from 255 or 46.80% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 139 - color contains mainly: green. Hex color #398B65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398B65 is #C6749A. Grayscale: #6E6E6E. Windows color (decimal): -13005979 or 6654777. OLE color: 6654777.
HSL color Cylindrical-coordinate representation of color #398B65: hue angle of 152.2º 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 #398B65 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 139 | 101 | - |
| CMYK | 0.59 | 0 | 0.27 | 0.45 |
| HSL | 152.2º | 0.42% | 0.38% | - |
| HSV(B) | 152.2º | 0.59% | 0.55% | - |
| XYZ | 13.27 | 20.27 | 15.53 | - |
| YUV | 110.15 | 122.83 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 139 | 101 | 0.59 | 0 | 0.27 | 0.45 | 152.2 | 0.42 | 0.38 |
| Hex | 39 | 8B | 65 | 3B | 0 | 1B | 2D | 98 | 2A | 26 |
| Octal | 71 | 213 | 145 | 73 | 0 | 33 | 55 | 230 | 52 | 46 |
| Binary | 111001 | 10001011 | 1100101 | 111011 | 0 | 11011 | 101101 | 10011000 | 101010 | 100110 |
Color Harmonies of #398B65
Complementary color
Monochromatic Colors of #398B65
Black with #398B65
Text Example
Text Example
White with #398B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398B65; }
p { color: rgb(57,139,101); }
H1.HeaderClassName
{
color: #398B65;
}
.AnyTagClassName
{
color: #398B65;
}
</style>
background-color css
<style>
a { background-color: #398B65; }
a { background-color: rgb(57,139,101); }
div.DivClassName
{
background-color: #398B65;
}
.BgClassName
{
background-color: #398B65;
}
</style>
border-color css
<style>
span { border-color: #398B65; }
span { border-color: rgb(57,139,101); }
td.TdClassName
{
border-color: #398B65;
}
.TagClassName
{
border-color: #398B65;
}
</style>