Shades of Eucalyptus #3A915B
Tints of Eucalyptus #3A915B
RGB
CMYK
RGB Variations
Color information
#3A915B (or 0x3A915B) is known color: Eucalyptus. HEX triplet: 3A, 91 and 5B. RGB value is (58,145,91). Sum of RGB (Red+Green+Blue) = 58+145+91=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 145 (57.03% from 255 or 49.32% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 145 - color contains mainly: green. Hex color #3A915B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A915B is #C56EA4. Grayscale: #707070. Windows color (decimal): -12938917 or 6000954. OLE color: 6000954.
HSL color Cylindrical-coordinate representation of color #3A915B: hue angle of 142.76º 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 #3A915B is Cyan = 0.6, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 145 | 91 | - |
| CMYK | 0.6 | 0 | 0.37 | 0.43 |
| HSL | 142.76º | 0.43% | 0.4% | - |
| HSV(B) | 142.76º | 0.6% | 0.57% | - |
| XYZ | 13.76 | 21.91 | 13.4 | - |
| YUV | 112.83 | 115.68 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 145 | 91 | 0.6 | 0 | 0.37 | 0.43 | 142.76 | 0.43 | 0.4 |
| Hex | 3A | 91 | 5B | 3C | 0 | 25 | 2B | 8F | 2B | 28 |
| Octal | 72 | 221 | 133 | 74 | 0 | 45 | 53 | 217 | 53 | 50 |
| Binary | 111010 | 10010001 | 1011011 | 111100 | 0 | 100101 | 101011 | 10001111 | 101011 | 101000 |
Color Harmonies of #3A915B
Complementary color
Monochromatic Colors of #3A915B
Black with #3A915B
Text Example
Text Example
White with #3A915B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A915B; }
p { color: rgb(58,145,91); }
H1.HeaderClassName
{
color: #3A915B;
}
.AnyTagClassName
{
color: #3A915B;
}
</style>
background-color css
<style>
a { background-color: #3A915B; }
a { background-color: rgb(58,145,91); }
div.DivClassName
{
background-color: #3A915B;
}
.BgClassName
{
background-color: #3A915B;
}
</style>
border-color css
<style>
span { border-color: #3A915B; }
span { border-color: rgb(58,145,91); }
td.TdClassName
{
border-color: #3A915B;
}
.TagClassName
{
border-color: #3A915B;
}
</style>