Shades of Eucalyptus #389F61
Tints of Eucalyptus #389F61
RGB
CMYK
RGB Variations
Color information
#389F61 (or 0x389F61) is known color: Eucalyptus. HEX triplet: 38, 9F and 61. RGB value is (56,159,97). Sum of RGB (Red+Green+Blue) = 56+159+97=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 159 (62.5% from 255 or 50.96% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 159 - color contains mainly: green. Hex color #389F61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389F61 is #C7609E. Grayscale: #797979. Windows color (decimal): -13066399 or 6397752. OLE color: 6397752.
HSL color Cylindrical-coordinate representation of color #389F61: hue angle of 143.88º 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 #389F61 is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 159 | 97 | - |
| CMYK | 0.65 | 0 | 0.39 | 0.38 |
| HSL | 143.88º | 0.48% | 0.42% | - |
| HSV(B) | 143.88º | 0.65% | 0.62% | - |
| XYZ | 16.19 | 26.5 | 15.57 | - |
| YUV | 121.14 | 114.38 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 159 | 97 | 0.65 | 0 | 0.39 | 0.38 | 143.88 | 0.48 | 0.42 |
| Hex | 38 | 9F | 61 | 41 | 0 | 27 | 26 | 90 | 30 | 2A |
| Octal | 70 | 237 | 141 | 101 | 0 | 47 | 46 | 220 | 60 | 52 |
| Binary | 111000 | 10011111 | 1100001 | 1000001 | 0 | 100111 | 100110 | 10010000 | 110000 | 101010 |
Color Harmonies of #389F61
Complementary color
Monochromatic Colors of #389F61
Black with #389F61
Text Example
Text Example
White with #389F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389F61; }
p { color: rgb(56,159,97); }
H1.HeaderClassName
{
color: #389F61;
}
.AnyTagClassName
{
color: #389F61;
}
</style>
background-color css
<style>
a { background-color: #389F61; }
a { background-color: rgb(56,159,97); }
div.DivClassName
{
background-color: #389F61;
}
.BgClassName
{
background-color: #389F61;
}
</style>
border-color css
<style>
span { border-color: #389F61; }
span { border-color: rgb(56,159,97); }
td.TdClassName
{
border-color: #389F61;
}
.TagClassName
{
border-color: #389F61;
}
</style>