Shades of Green House #3A5D36
Tints of Green House #3A5D36
RGB
CMYK
RGB Variations
Color information
#3A5D36 (or 0x3A5D36) is known color: Green House. HEX triplet: 3A, 5D and 36. RGB value is (58,93,54). Sum of RGB (Red+Green+Blue) = 58+93+54=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 93 (36.72% from 255 or 45.37% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 93 - color contains mainly: green. Hex color #3A5D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5D36 is #C5A2C9. Grayscale: #4E4E4E. Windows color (decimal): -12952266 or 3562810. OLE color: 3562810.
HSL color Cylindrical-coordinate representation of color #3A5D36: hue angle of 113.85º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3A5D36 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 93 | 54 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.64 |
| HSL | 113.85º | 0.27% | 0.29% | - |
| HSV(B) | 113.85º | 0.42% | 0.36% | - |
| XYZ | 6.33 | 8.99 | 4.89 | - |
| YUV | 78.09 | 114.4 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 93 | 54 | 0.38 | 0 | 0.42 | 0.64 | 113.85 | 0.27 | 0.29 |
| Hex | 3A | 5D | 36 | 26 | 0 | 2A | 40 | 72 | 1B | 1D |
| Octal | 72 | 135 | 66 | 46 | 0 | 52 | 100 | 162 | 33 | 35 |
| Binary | 111010 | 1011101 | 110110 | 100110 | 0 | 101010 | 1000000 | 1110010 | 11011 | 11101 |
Color Harmonies of #3A5D36
Complementary color
Monochromatic Colors of #3A5D36
Black with #3A5D36
Text Example
Text Example
White with #3A5D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5D36; }
p { color: rgb(58,93,54); }
H1.HeaderClassName
{
color: #3A5D36;
}
.AnyTagClassName
{
color: #3A5D36;
}
</style>
background-color css
<style>
a { background-color: #3A5D36; }
a { background-color: rgb(58,93,54); }
div.DivClassName
{
background-color: #3A5D36;
}
.BgClassName
{
background-color: #3A5D36;
}
</style>
border-color css
<style>
span { border-color: #3A5D36; }
span { border-color: rgb(58,93,54); }
td.TdClassName
{
border-color: #3A5D36;
}
.TagClassName
{
border-color: #3A5D36;
}
</style>