Shades of Eucalyptus #3A925B
Tints of Eucalyptus #3A925B
RGB
CMYK
RGB Variations
Color information
#3A925B (or 0x3A925B) is known color: Eucalyptus. HEX triplet: 3A, 92 and 5B. RGB value is (58,146,91). Sum of RGB (Red+Green+Blue) = 58+146+91=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #3A925B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A925B is #C56DA4. Grayscale: #717171. Windows color (decimal): -12938661 or 6001210. OLE color: 6001210.
HSL color Cylindrical-coordinate representation of color #3A925B: hue angle of 142.5º 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 #3A925B is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 146 | 91 | - |
| CMYK | 0.60 | 0 | 0.38 | 0.43 |
| HSL | 142.5º | 0.43% | 0.4% | - |
| HSV(B) | 142.5º | 0.6% | 0.57% | - |
| XYZ | 13.91 | 22.21 | 13.45 | - |
| YUV | 113.42 | 115.35 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 146 | 91 | 0.60 | 0 | 0.38 | 0.43 | 142.5 | 0.43 | 0.4 |
| Hex | 3A | 92 | 5B | 3C | 0 | 26 | 2B | 8E | 2B | 28 |
| Octal | 72 | 222 | 133 | 74 | 0 | 46 | 53 | 216 | 53 | 50 |
| Binary | 111010 | 10010010 | 1011011 | 111100 | 0 | 100110 | 101011 | 10001110 | 101011 | 101000 |
Color Harmonies of #3A925B
Complementary color
Monochromatic Colors of #3A925B
Black with #3A925B
Text Example
Text Example
White with #3A925B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A925B; }
p { color: rgb(58,146,91); }
H1.HeaderClassName
{
color: #3A925B;
}
.AnyTagClassName
{
color: #3A925B;
}
</style>
background-color css
<style>
a { background-color: #3A925B; }
a { background-color: rgb(58,146,91); }
div.DivClassName
{
background-color: #3A925B;
}
.BgClassName
{
background-color: #3A925B;
}
</style>
border-color css
<style>
span { border-color: #3A925B; }
span { border-color: rgb(58,146,91); }
td.TdClassName
{
border-color: #3A925B;
}
.TagClassName
{
border-color: #3A925B;
}
</style>