Shades of Green House #3A5A28
Tints of Green House #3A5A28
RGB
CMYK
RGB Variations
Color information
#3A5A28 (or 0x3A5A28) is known color: Green House. HEX triplet: 3A, 5A and 28. RGB value is (58,90,40). Sum of RGB (Red+Green+Blue) = 58+90+40=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 90 (35.55% from 255 or 47.87% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 90 - color contains mainly: green. Hex color #3A5A28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5A28 is #C5A5D7. Grayscale: #4A4A4A. Windows color (decimal): -12953048 or 2644538. OLE color: 2644538.
HSL color Cylindrical-coordinate representation of color #3A5A28: hue angle of 98.4º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A5A28 is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 90 | 40 | - |
| CMYK | 0.36 | 0 | 0.56 | 0.65 |
| HSL | 98.4º | 0.38% | 0.25% | - |
| HSV(B) | 98.4º | 0.56% | 0.35% | - |
| XYZ | 5.78 | 8.37 | 3.32 | - |
| YUV | 74.73 | 108.4 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 90 | 40 | 0.36 | 0 | 0.56 | 0.65 | 98.4 | 0.38 | 0.25 |
| Hex | 3A | 5A | 28 | 24 | 0 | 38 | 41 | 62 | 26 | 19 |
| Octal | 72 | 132 | 50 | 44 | 0 | 70 | 101 | 142 | 46 | 31 |
| Binary | 111010 | 1011010 | 101000 | 100100 | 0 | 111000 | 1000001 | 1100010 | 100110 | 11001 |
Color Harmonies of #3A5A28
Complementary color
Monochromatic Colors of #3A5A28
Black with #3A5A28
Text Example
Text Example
White with #3A5A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5A28; }
p { color: rgb(58,90,40); }
H1.HeaderClassName
{
color: #3A5A28;
}
.AnyTagClassName
{
color: #3A5A28;
}
</style>
background-color css
<style>
a { background-color: #3A5A28; }
a { background-color: rgb(58,90,40); }
div.DivClassName
{
background-color: #3A5A28;
}
.BgClassName
{
background-color: #3A5A28;
}
</style>
border-color css
<style>
span { border-color: #3A5A28; }
span { border-color: rgb(58,90,40); }
td.TdClassName
{
border-color: #3A5A28;
}
.TagClassName
{
border-color: #3A5A28;
}
</style>