Shades of Eucalyptus #3A915A
Tints of Eucalyptus #3A915A
RGB
CMYK
RGB Variations
Color information
#3A915A (or 0x3A915A) is known color: Eucalyptus. HEX triplet: 3A, 91 and 5A. RGB value is (58,145,90). Sum of RGB (Red+Green+Blue) = 58+145+90=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 145 (57.03% from 255 or 49.49% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 145 - color contains mainly: green. Hex color #3A915A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A915A is #C56EA5. Grayscale: #707070. Windows color (decimal): -12938918 or 5935418. OLE color: 5935418.
HSL color Cylindrical-coordinate representation of color #3A915A: hue angle of 142.07º 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 #3A915A is Cyan = 0.6, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 145 | 90 | - |
| CMYK | 0.6 | 0 | 0.38 | 0.43 |
| HSL | 142.07º | 0.43% | 0.4% | - |
| HSV(B) | 142.07º | 0.6% | 0.57% | - |
| XYZ | 13.72 | 21.89 | 13.17 | - |
| YUV | 112.72 | 115.18 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 145 | 90 | 0.6 | 0 | 0.38 | 0.43 | 142.07 | 0.43 | 0.4 |
| Hex | 3A | 91 | 5A | 3C | 0 | 26 | 2B | 8E | 2B | 28 |
| Octal | 72 | 221 | 132 | 74 | 0 | 46 | 53 | 216 | 53 | 50 |
| Binary | 111010 | 10010001 | 1011010 | 111100 | 0 | 100110 | 101011 | 10001110 | 101011 | 101000 |
Color Harmonies of #3A915A
Complementary color
Monochromatic Colors of #3A915A
Black with #3A915A
Text Example
Text Example
White with #3A915A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A915A; }
p { color: rgb(58,145,90); }
H1.HeaderClassName
{
color: #3A915A;
}
.AnyTagClassName
{
color: #3A915A;
}
</style>
background-color css
<style>
a { background-color: #3A915A; }
a { background-color: rgb(58,145,90); }
div.DivClassName
{
background-color: #3A915A;
}
.BgClassName
{
background-color: #3A915A;
}
</style>
border-color css
<style>
span { border-color: #3A915A; }
span { border-color: rgb(58,145,90); }
td.TdClassName
{
border-color: #3A915A;
}
.TagClassName
{
border-color: #3A915A;
}
</style>