Shades of Eucalyptus #389860
Tints of Eucalyptus #389860
RGB
CMYK
RGB Variations
Color information
#389860 (or 0x389860) is known color: Eucalyptus. HEX triplet: 38, 98 and 60. RGB value is (56,152,96). Sum of RGB (Red+Green+Blue) = 56+152+96=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 152 (59.77% from 255 or 50% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 152 - color contains mainly: green. Hex color #389860 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389860 is #C7679F. Grayscale: #757575. Windows color (decimal): -13068192 or 6330424. OLE color: 6330424.
HSL color Cylindrical-coordinate representation of color #389860: hue angle of 145º 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 #389860 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 56 | 152 | 96 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.40 |
| HSL | 145º | 0.46% | 0.41% | - |
| HSV(B) | 145º | 0.63% | 0.6% | - |
| XYZ | 14.97 | 24.14 | 14.94 | - |
| YUV | 116.91 | 116.2 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 152 | 96 | 0.63 | 0 | 0.37 | 0.40 | 145 | 0.46 | 0.41 |
| Hex | 38 | 98 | 60 | 3F | 0 | 25 | 28 | 91 | 2E | 29 |
| Octal | 70 | 230 | 140 | 77 | 0 | 45 | 50 | 221 | 56 | 51 |
| Binary | 111000 | 10011000 | 1100000 | 111111 | 0 | 100101 | 101000 | 10010001 | 101110 | 101001 |
Color Harmonies of #389860
Complementary color
Monochromatic Colors of #389860
Black with #389860
Text Example
Text Example
White with #389860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389860; }
p { color: rgb(56,152,96); }
H1.HeaderClassName
{
color: #389860;
}
.AnyTagClassName
{
color: #389860;
}
</style>
background-color css
<style>
a { background-color: #389860; }
a { background-color: rgb(56,152,96); }
div.DivClassName
{
background-color: #389860;
}
.BgClassName
{
background-color: #389860;
}
</style>
border-color css
<style>
span { border-color: #389860; }
span { border-color: rgb(56,152,96); }
td.TdClassName
{
border-color: #389860;
}
.TagClassName
{
border-color: #389860;
}
</style>