Shades of Green House #3A6032
Tints of Green House #3A6032
RGB
CMYK
RGB Variations
Color information
#3A6032 (or 0x3A6032) is known color: Green House. HEX triplet: 3A, 60 and 32. RGB value is (58,96,50). Sum of RGB (Red+Green+Blue) = 58+96+50=204 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.43% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 96 - color contains mainly: green. Hex color #3A6032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6032 is #C59FCD. Grayscale: #4F4F4F. Windows color (decimal): -12951502 or 3301434. OLE color: 3301434.
HSL color Cylindrical-coordinate representation of color #3A6032: hue angle of 109.57º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A6032 is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 96 | 50 | - |
| CMYK | 0.40 | 0 | 0.48 | 0.62 |
| HSL | 109.57º | 0.32% | 0.29% | - |
| HSV(B) | 109.57º | 0.48% | 0.38% | - |
| XYZ | 6.5 | 9.5 | 4.51 | - |
| YUV | 79.39 | 111.41 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 96 | 50 | 0.40 | 0 | 0.48 | 0.62 | 109.57 | 0.32 | 0.29 |
| Hex | 3A | 60 | 32 | 28 | 0 | 30 | 3E | 6E | 20 | 1D |
| Octal | 72 | 140 | 62 | 50 | 0 | 60 | 76 | 156 | 40 | 35 |
| Binary | 111010 | 1100000 | 110010 | 101000 | 0 | 110000 | 111110 | 1101110 | 100000 | 11101 |
Color Harmonies of #3A6032
Complementary color
Monochromatic Colors of #3A6032
Black with #3A6032
Text Example
Text Example
White with #3A6032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6032; }
p { color: rgb(58,96,50); }
H1.HeaderClassName
{
color: #3A6032;
}
.AnyTagClassName
{
color: #3A6032;
}
</style>
background-color css
<style>
a { background-color: #3A6032; }
a { background-color: rgb(58,96,50); }
div.DivClassName
{
background-color: #3A6032;
}
.BgClassName
{
background-color: #3A6032;
}
</style>
border-color css
<style>
span { border-color: #3A6032; }
span { border-color: rgb(58,96,50); }
td.TdClassName
{
border-color: #3A6032;
}
.TagClassName
{
border-color: #3A6032;
}
</style>