Shades of Eucalyptus #3A916B
Tints of Eucalyptus #3A916B
RGB
CMYK
RGB Variations
Color information
#3A916B (or 0x3A916B) is known color: Eucalyptus. HEX triplet: 3A, 91 and 6B. RGB value is (58,145,107). Sum of RGB (Red+Green+Blue) = 58+145+107=310 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.71% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #3A916B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A916B is #C56E94. Grayscale: #727272. Windows color (decimal): -12938901 or 7049530. OLE color: 7049530.
HSL color Cylindrical-coordinate representation of color #3A916B: hue angle of 153.79º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A916B is Cyan = 0.6, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 145 | 107 | - |
| CMYK | 0.6 | 0 | 0.26 | 0.43 |
| HSL | 153.79º | 0.43% | 0.4% | - |
| HSV(B) | 153.79º | 0.6% | 0.57% | - |
| XYZ | 14.52 | 22.21 | 17.43 | - |
| YUV | 114.66 | 123.68 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 145 | 107 | 0.6 | 0 | 0.26 | 0.43 | 153.79 | 0.43 | 0.4 |
| Hex | 3A | 91 | 6B | 3C | 0 | 1A | 2B | 9A | 2B | 28 |
| Octal | 72 | 221 | 153 | 74 | 0 | 32 | 53 | 232 | 53 | 50 |
| Binary | 111010 | 10010001 | 1101011 | 111100 | 0 | 11010 | 101011 | 10011010 | 101011 | 101000 |
Color Harmonies of #3A916B
Complementary color
Monochromatic Colors of #3A916B
Black with #3A916B
Text Example
Text Example
White with #3A916B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A916B; }
p { color: rgb(58,145,107); }
H1.HeaderClassName
{
color: #3A916B;
}
.AnyTagClassName
{
color: #3A916B;
}
</style>
background-color css
<style>
a { background-color: #3A916B; }
a { background-color: rgb(58,145,107); }
div.DivClassName
{
background-color: #3A916B;
}
.BgClassName
{
background-color: #3A916B;
}
</style>
border-color css
<style>
span { border-color: #3A916B; }
span { border-color: rgb(58,145,107); }
td.TdClassName
{
border-color: #3A916B;
}
.TagClassName
{
border-color: #3A916B;
}
</style>