Shades of Eucalyptus #3A9E61
Tints of Eucalyptus #3A9E61
RGB
CMYK
RGB Variations
Color information
#3A9E61 (or 0x3A9E61) is known color: Eucalyptus. HEX triplet: 3A, 9E and 61. RGB value is (58,158,97). Sum of RGB (Red+Green+Blue) = 58+158+97=313 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.53% from 313); Green value is 158 (62.11% from 255 or 50.48% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 158 - color contains mainly: green. Hex color #3A9E61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9E61 is #C5619E. Grayscale: #797979. Windows color (decimal): -12935583 or 6397498. OLE color: 6397498.
HSL color Cylindrical-coordinate representation of color #3A9E61: hue angle of 143.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 #3A9E61 is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 158 | 97 | - |
| CMYK | 0.63 | 0 | 0.39 | 0.38 |
| HSL | 143.4º | 0.46% | 0.42% | - |
| HSV(B) | 143.4º | 0.63% | 0.62% | - |
| XYZ | 16.13 | 26.22 | 15.52 | - |
| YUV | 121.15 | 114.37 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 158 | 97 | 0.63 | 0 | 0.39 | 0.38 | 143.4 | 0.46 | 0.42 |
| Hex | 3A | 9E | 61 | 3F | 0 | 27 | 26 | 8F | 2E | 2A |
| Octal | 72 | 236 | 141 | 77 | 0 | 47 | 46 | 217 | 56 | 52 |
| Binary | 111010 | 10011110 | 1100001 | 111111 | 0 | 100111 | 100110 | 10001111 | 101110 | 101010 |
Color Harmonies of #3A9E61
Complementary color
Monochromatic Colors of #3A9E61
Black with #3A9E61
Text Example
Text Example
White with #3A9E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9E61; }
p { color: rgb(58,158,97); }
H1.HeaderClassName
{
color: #3A9E61;
}
.AnyTagClassName
{
color: #3A9E61;
}
</style>
background-color css
<style>
a { background-color: #3A9E61; }
a { background-color: rgb(58,158,97); }
div.DivClassName
{
background-color: #3A9E61;
}
.BgClassName
{
background-color: #3A9E61;
}
</style>
border-color css
<style>
span { border-color: #3A9E61; }
span { border-color: rgb(58,158,97); }
td.TdClassName
{
border-color: #3A9E61;
}
.TagClassName
{
border-color: #3A9E61;
}
</style>