Shades of Green House #366132
Tints of Green House #366132
RGB
CMYK
RGB Variations
Color information
#366132 (or 0x366132) is known color: Green House. HEX triplet: 36, 61 and 32. RGB value is (54,97,50). Sum of RGB (Red+Green+Blue) = 54+97+50=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 97 (38.28% from 255 or 48.26% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 97 - color contains mainly: green. Hex color #366132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366132 is #C99ECD. Grayscale: #4E4E4E. Windows color (decimal): -13213390 or 3301686. OLE color: 3301686.
HSL color Cylindrical-coordinate representation of color #366132: hue angle of 114.89º 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 #366132 is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 54 | 97 | 50 | - |
| CMYK | 0.44 | 0 | 0.48 | 0.62 |
| HSL | 114.89º | 0.32% | 0.29% | - |
| HSV(B) | 114.89º | 0.48% | 0.38% | - |
| XYZ | 6.37 | 9.56 | 4.53 | - |
| YUV | 78.79 | 111.75 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 97 | 50 | 0.44 | 0 | 0.48 | 0.62 | 114.89 | 0.32 | 0.29 |
| Hex | 36 | 61 | 32 | 2C | 0 | 30 | 3E | 73 | 20 | 1D |
| Octal | 66 | 141 | 62 | 54 | 0 | 60 | 76 | 163 | 40 | 35 |
| Binary | 110110 | 1100001 | 110010 | 101100 | 0 | 110000 | 111110 | 1110011 | 100000 | 11101 |
Color Harmonies of #366132
Complementary color
Monochromatic Colors of #366132
Black with #366132
Text Example
Text Example
White with #366132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366132; }
p { color: rgb(54,97,50); }
H1.HeaderClassName
{
color: #366132;
}
.AnyTagClassName
{
color: #366132;
}
</style>
background-color css
<style>
a { background-color: #366132; }
a { background-color: rgb(54,97,50); }
div.DivClassName
{
background-color: #366132;
}
.BgClassName
{
background-color: #366132;
}
</style>
border-color css
<style>
span { border-color: #366132; }
span { border-color: rgb(54,97,50); }
td.TdClassName
{
border-color: #366132;
}
.TagClassName
{
border-color: #366132;
}
</style>