Shades of Eucalyptus #398D63
Tints of Eucalyptus #398D63
RGB
CMYK
RGB Variations
Color information
#398D63 (or 0x398D63) is known color: Eucalyptus. HEX triplet: 39, 8D and 63. RGB value is (57,141,99). Sum of RGB (Red+Green+Blue) = 57+141+99=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 141 (55.47% from 255 or 47.47% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 141 - color contains mainly: green. Hex color #398D63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398D63 is #C6729C. Grayscale: #6F6F6F. Windows color (decimal): -13005469 or 6524217. OLE color: 6524217.
HSL color Cylindrical-coordinate representation of color #398D63: hue angle of 150º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #398D63 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 141 | 99 | - |
| CMYK | 0.60 | 0 | 0.30 | 0.45 |
| HSL | 150º | 0.42% | 0.39% | - |
| HSV(B) | 150º | 0.6% | 0.55% | - |
| XYZ | 13.46 | 20.82 | 15.11 | - |
| YUV | 111.1 | 121.17 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 141 | 99 | 0.60 | 0 | 0.30 | 0.45 | 150 | 0.42 | 0.39 |
| Hex | 39 | 8D | 63 | 3C | 0 | 1E | 2D | 96 | 2A | 27 |
| Octal | 71 | 215 | 143 | 74 | 0 | 36 | 55 | 226 | 52 | 47 |
| Binary | 111001 | 10001101 | 1100011 | 111100 | 0 | 11110 | 101101 | 10010110 | 101010 | 100111 |
Color Harmonies of #398D63
Complementary color
Monochromatic Colors of #398D63
Black with #398D63
Text Example
Text Example
White with #398D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398D63; }
p { color: rgb(57,141,99); }
H1.HeaderClassName
{
color: #398D63;
}
.AnyTagClassName
{
color: #398D63;
}
</style>
background-color css
<style>
a { background-color: #398D63; }
a { background-color: rgb(57,141,99); }
div.DivClassName
{
background-color: #398D63;
}
.BgClassName
{
background-color: #398D63;
}
</style>
border-color css
<style>
span { border-color: #398D63; }
span { border-color: rgb(57,141,99); }
td.TdClassName
{
border-color: #398D63;
}
.TagClassName
{
border-color: #398D63;
}
</style>