Shades of Eucalyptus #389F70
Tints of Eucalyptus #389F70
RGB
CMYK
RGB Variations
Color information
#389F70 (or 0x389F70) is known color: Eucalyptus. HEX triplet: 38, 9F and 70. RGB value is (56,159,112). Sum of RGB (Red+Green+Blue) = 56+159+112=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 159 (62.5% from 255 or 48.62% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 159 - color contains mainly: green. Hex color #389F70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389F70 is #C7608F. Grayscale: #7A7A7A. Windows color (decimal): -13066384 or 7380792. OLE color: 7380792.
HSL color Cylindrical-coordinate representation of color #389F70: hue angle of 152.62º 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 #389F70 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 159 | 112 | - |
| CMYK | 0.65 | 0 | 0.30 | 0.38 |
| HSL | 152.62º | 0.48% | 0.42% | - |
| HSV(B) | 152.62º | 0.65% | 0.62% | - |
| XYZ | 16.95 | 26.81 | 19.61 | - |
| YUV | 122.85 | 121.88 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 159 | 112 | 0.65 | 0 | 0.30 | 0.38 | 152.62 | 0.48 | 0.42 |
| Hex | 38 | 9F | 70 | 41 | 0 | 1E | 26 | 99 | 30 | 2A |
| Octal | 70 | 237 | 160 | 101 | 0 | 36 | 46 | 231 | 60 | 52 |
| Binary | 111000 | 10011111 | 1110000 | 1000001 | 0 | 11110 | 100110 | 10011001 | 110000 | 101010 |
Color Harmonies of #389F70
Complementary color
Monochromatic Colors of #389F70
Black with #389F70
Text Example
Text Example
White with #389F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389F70; }
p { color: rgb(56,159,112); }
H1.HeaderClassName
{
color: #389F70;
}
.AnyTagClassName
{
color: #389F70;
}
</style>
background-color css
<style>
a { background-color: #389F70; }
a { background-color: rgb(56,159,112); }
div.DivClassName
{
background-color: #389F70;
}
.BgClassName
{
background-color: #389F70;
}
</style>
border-color css
<style>
span { border-color: #389F70; }
span { border-color: rgb(56,159,112); }
td.TdClassName
{
border-color: #389F70;
}
.TagClassName
{
border-color: #389F70;
}
</style>