Shades of Eucalyptus #389E5D
Tints of Eucalyptus #389E5D
RGB
CMYK
RGB Variations
Color information
#389E5D (or 0x389E5D) is known color: Eucalyptus. HEX triplet: 38, 9E and 5D. RGB value is (56,158,93). Sum of RGB (Red+Green+Blue) = 56+158+93=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 158 (62.11% from 255 or 51.47% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 158 - color contains mainly: green. Hex color #389E5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389E5D is #C761A2. Grayscale: #787878. Windows color (decimal): -13066659 or 6135352. OLE color: 6135352.
HSL color Cylindrical-coordinate representation of color #389E5D: hue angle of 141.76º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #389E5D is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 158 | 93 | - |
| CMYK | 0.65 | 0 | 0.41 | 0.38 |
| HSL | 141.76º | 0.48% | 0.42% | - |
| HSV(B) | 141.76º | 0.65% | 0.62% | - |
| XYZ | 15.83 | 26.08 | 14.56 | - |
| YUV | 120.09 | 112.71 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 158 | 93 | 0.65 | 0 | 0.41 | 0.38 | 141.76 | 0.48 | 0.42 |
| Hex | 38 | 9E | 5D | 41 | 0 | 29 | 26 | 8E | 30 | 2A |
| Octal | 70 | 236 | 135 | 101 | 0 | 51 | 46 | 216 | 60 | 52 |
| Binary | 111000 | 10011110 | 1011101 | 1000001 | 0 | 101001 | 100110 | 10001110 | 110000 | 101010 |
Color Harmonies of #389E5D
Complementary color
Monochromatic Colors of #389E5D
Black with #389E5D
Text Example
Text Example
White with #389E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389E5D; }
p { color: rgb(56,158,93); }
H1.HeaderClassName
{
color: #389E5D;
}
.AnyTagClassName
{
color: #389E5D;
}
</style>
background-color css
<style>
a { background-color: #389E5D; }
a { background-color: rgb(56,158,93); }
div.DivClassName
{
background-color: #389E5D;
}
.BgClassName
{
background-color: #389E5D;
}
</style>
border-color css
<style>
span { border-color: #389E5D; }
span { border-color: rgb(56,158,93); }
td.TdClassName
{
border-color: #389E5D;
}
.TagClassName
{
border-color: #389E5D;
}
</style>