Shades of Eucalyptus #3A9E70
Tints of Eucalyptus #3A9E70
RGB
CMYK
RGB Variations
Color information
#3A9E70 (or 0x3A9E70) is known color: Eucalyptus. HEX triplet: 3A, 9E and 70. RGB value is (58,158,112). Sum of RGB (Red+Green+Blue) = 58+158+112=328 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.68% from 328); Green value is 158 (62.11% from 255 or 48.17% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 158 - color contains mainly: green. Hex color #3A9E70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9E70 is #C5618F. Grayscale: #7A7A7A. Windows color (decimal): -12935568 or 7380538. OLE color: 7380538.
HSL color Cylindrical-coordinate representation of color #3A9E70: hue angle of 152.4º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A9E70 is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 158 | 112 | - |
| CMYK | 0.63 | 0 | 0.29 | 0.38 |
| HSL | 152.4º | 0.46% | 0.42% | - |
| HSV(B) | 152.4º | 0.63% | 0.62% | - |
| XYZ | 16.9 | 26.52 | 19.56 | - |
| YUV | 122.86 | 121.87 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 158 | 112 | 0.63 | 0 | 0.29 | 0.38 | 152.4 | 0.46 | 0.42 |
| Hex | 3A | 9E | 70 | 3F | 0 | 1D | 26 | 98 | 2E | 2A |
| Octal | 72 | 236 | 160 | 77 | 0 | 35 | 46 | 230 | 56 | 52 |
| Binary | 111010 | 10011110 | 1110000 | 111111 | 0 | 11101 | 100110 | 10011000 | 101110 | 101010 |
Color Harmonies of #3A9E70
Complementary color
Monochromatic Colors of #3A9E70
Black with #3A9E70
Text Example
Text Example
White with #3A9E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9E70; }
p { color: rgb(58,158,112); }
H1.HeaderClassName
{
color: #3A9E70;
}
.AnyTagClassName
{
color: #3A9E70;
}
</style>
background-color css
<style>
a { background-color: #3A9E70; }
a { background-color: rgb(58,158,112); }
div.DivClassName
{
background-color: #3A9E70;
}
.BgClassName
{
background-color: #3A9E70;
}
</style>
border-color css
<style>
span { border-color: #3A9E70; }
span { border-color: rgb(58,158,112); }
td.TdClassName
{
border-color: #3A9E70;
}
.TagClassName
{
border-color: #3A9E70;
}
</style>