Shades of Eucalyptus #3A9971
Tints of Eucalyptus #3A9971
RGB
CMYK
RGB Variations
Color information
#3A9971 (or 0x3A9971) is known color: Eucalyptus. HEX triplet: 3A, 99 and 71. RGB value is (58,153,113). Sum of RGB (Red+Green+Blue) = 58+153+113=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #3A9971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9971 is #C5668E. Grayscale: #787878. Windows color (decimal): -12936847 or 7444794. OLE color: 7444794.
HSL color Cylindrical-coordinate representation of color #3A9971: hue angle of 154.74º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A9971 is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 58 | 153 | 113 | - |
| CMYK | 0.62 | 0 | 0.26 | 0.4 |
| HSL | 154.74º | 0.45% | 0.41% | - |
| HSV(B) | 154.74º | 0.62% | 0.6% | - |
| XYZ | 16.12 | 24.87 | 19.57 | - |
| YUV | 120.04 | 124.03 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 153 | 113 | 0.62 | 0 | 0.26 | 0.4 | 154.74 | 0.45 | 0.41 |
| Hex | 3A | 99 | 71 | 3E | 0 | 1A | 28 | 9B | 2D | 29 |
| Octal | 72 | 231 | 161 | 76 | 0 | 32 | 50 | 233 | 55 | 51 |
| Binary | 111010 | 10011001 | 1110001 | 111110 | 0 | 11010 | 101000 | 10011011 | 101101 | 101001 |
Color Harmonies of #3A9971
Complementary color
Monochromatic Colors of #3A9971
Black with #3A9971
Text Example
Text Example
White with #3A9971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9971; }
p { color: rgb(58,153,113); }
H1.HeaderClassName
{
color: #3A9971;
}
.AnyTagClassName
{
color: #3A9971;
}
</style>
background-color css
<style>
a { background-color: #3A9971; }
a { background-color: rgb(58,153,113); }
div.DivClassName
{
background-color: #3A9971;
}
.BgClassName
{
background-color: #3A9971;
}
</style>
border-color css
<style>
span { border-color: #3A9971; }
span { border-color: rgb(58,153,113); }
td.TdClassName
{
border-color: #3A9971;
}
.TagClassName
{
border-color: #3A9971;
}
</style>