Shades of Green House #3A582E
Tints of Green House #3A582E
RGB
CMYK
RGB Variations
Color information
#3A582E (or 0x3A582E) is known color: Green House. HEX triplet: 3A, 58 and 2E. RGB value is (58,88,46). Sum of RGB (Red+Green+Blue) = 58+88+46=192 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.21% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 88 - color contains mainly: green. Hex color #3A582E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A582E is #C5A7D1. Grayscale: #4A4A4A. Windows color (decimal): -12953554 or 3037242. OLE color: 3037242.
HSL color Cylindrical-coordinate representation of color #3A582E: hue angle of 102.86º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A582E is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 88 | 46 | - |
| CMYK | 0.34 | 0 | 0.48 | 0.65 |
| HSL | 102.86º | 0.31% | 0.26% | - |
| HSV(B) | 102.86º | 0.48% | 0.35% | - |
| XYZ | 5.73 | 8.08 | 3.84 | - |
| YUV | 74.24 | 112.06 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 88 | 46 | 0.34 | 0 | 0.48 | 0.65 | 102.86 | 0.31 | 0.26 |
| Hex | 3A | 58 | 2E | 22 | 0 | 30 | 41 | 67 | 1F | 1A |
| Octal | 72 | 130 | 56 | 42 | 0 | 60 | 101 | 147 | 37 | 32 |
| Binary | 111010 | 1011000 | 101110 | 100010 | 0 | 110000 | 1000001 | 1100111 | 11111 | 11010 |
Color Harmonies of #3A582E
Complementary color
Monochromatic Colors of #3A582E
Black with #3A582E
Text Example
Text Example
White with #3A582E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A582E; }
p { color: rgb(58,88,46); }
H1.HeaderClassName
{
color: #3A582E;
}
.AnyTagClassName
{
color: #3A582E;
}
</style>
background-color css
<style>
a { background-color: #3A582E; }
a { background-color: rgb(58,88,46); }
div.DivClassName
{
background-color: #3A582E;
}
.BgClassName
{
background-color: #3A582E;
}
</style>
border-color css
<style>
span { border-color: #3A582E; }
span { border-color: rgb(58,88,46); }
td.TdClassName
{
border-color: #3A582E;
}
.TagClassName
{
border-color: #3A582E;
}
</style>