Shades of Eucalyptus #3A955E
Tints of Eucalyptus #3A955E
RGB
CMYK
RGB Variations
Color information
#3A955E (or 0x3A955E) is known color: Eucalyptus. HEX triplet: 3A, 95 and 5E. RGB value is (58,149,94). Sum of RGB (Red+Green+Blue) = 58+149+94=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #3A955E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A955E is #C56AA1. Grayscale: #737373. Windows color (decimal): -12937890 or 6198586. OLE color: 6198586.
HSL color Cylindrical-coordinate representation of color #3A955E: hue angle of 143.74º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A955E is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 149 | 94 | - |
| CMYK | 0.61 | 0 | 0.37 | 0.42 |
| HSL | 143.74º | 0.44% | 0.41% | - |
| HSV(B) | 143.74º | 0.61% | 0.58% | - |
| XYZ | 14.51 | 23.2 | 14.3 | - |
| YUV | 115.52 | 115.85 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 149 | 94 | 0.61 | 0 | 0.37 | 0.42 | 143.74 | 0.44 | 0.41 |
| Hex | 3A | 95 | 5E | 3D | 0 | 25 | 2A | 90 | 2C | 29 |
| Octal | 72 | 225 | 136 | 75 | 0 | 45 | 52 | 220 | 54 | 51 |
| Binary | 111010 | 10010101 | 1011110 | 111101 | 0 | 100101 | 101010 | 10010000 | 101100 | 101001 |
Color Harmonies of #3A955E
Complementary color
Monochromatic Colors of #3A955E
Black with #3A955E
Text Example
Text Example
White with #3A955E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A955E; }
p { color: rgb(58,149,94); }
H1.HeaderClassName
{
color: #3A955E;
}
.AnyTagClassName
{
color: #3A955E;
}
</style>
background-color css
<style>
a { background-color: #3A955E; }
a { background-color: rgb(58,149,94); }
div.DivClassName
{
background-color: #3A955E;
}
.BgClassName
{
background-color: #3A955E;
}
</style>
border-color css
<style>
span { border-color: #3A955E; }
span { border-color: rgb(58,149,94); }
td.TdClassName
{
border-color: #3A955E;
}
.TagClassName
{
border-color: #3A955E;
}
</style>