Shades of Green House #3A5B36
Tints of Green House #3A5B36
RGB
CMYK
RGB Variations
Color information
#3A5B36 (or 0x3A5B36) is known color: Green House. HEX triplet: 3A, 5B and 36. RGB value is (58,91,54). Sum of RGB (Red+Green+Blue) = 58+91+54=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 91 (35.94% from 255 or 44.83% from 203); Blue value is 54 (21.48% from 255 or 26.60% from 203); Max value from RGB is 91 - color contains mainly: green. Hex color #3A5B36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5B36 is #C5A4C9. Grayscale: #4D4D4D. Windows color (decimal): -12952778 or 3562298. OLE color: 3562298.
HSL color Cylindrical-coordinate representation of color #3A5B36: hue angle of 113.51º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A5B36 is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 91 | 54 | - |
| CMYK | 0.36 | 0 | 0.41 | 0.64 |
| HSL | 113.51º | 0.26% | 0.28% | - |
| HSV(B) | 113.51º | 0.41% | 0.36% | - |
| XYZ | 6.15 | 8.65 | 4.84 | - |
| YUV | 76.92 | 115.07 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 91 | 54 | 0.36 | 0 | 0.41 | 0.64 | 113.51 | 0.26 | 0.28 |
| Hex | 3A | 5B | 36 | 24 | 0 | 29 | 40 | 72 | 1A | 1C |
| Octal | 72 | 133 | 66 | 44 | 0 | 51 | 100 | 162 | 32 | 34 |
| Binary | 111010 | 1011011 | 110110 | 100100 | 0 | 101001 | 1000000 | 1110010 | 11010 | 11100 |
Color Harmonies of #3A5B36
Complementary color
Monochromatic Colors of #3A5B36
Black with #3A5B36
Text Example
Text Example
White with #3A5B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5B36; }
p { color: rgb(58,91,54); }
H1.HeaderClassName
{
color: #3A5B36;
}
.AnyTagClassName
{
color: #3A5B36;
}
</style>
background-color css
<style>
a { background-color: #3A5B36; }
a { background-color: rgb(58,91,54); }
div.DivClassName
{
background-color: #3A5B36;
}
.BgClassName
{
background-color: #3A5B36;
}
</style>
border-color css
<style>
span { border-color: #3A5B36; }
span { border-color: rgb(58,91,54); }
td.TdClassName
{
border-color: #3A5B36;
}
.TagClassName
{
border-color: #3A5B36;
}
</style>