Shades of Green House #366222
Tints of Green House #366222
RGB
CMYK
RGB Variations
Color information
#366222 (or 0x366222) is known color: Green House. HEX triplet: 36, 62 and 22. RGB value is (54,98,34). Sum of RGB (Red+Green+Blue) = 54+98+34=186 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.03% from 186); Green value is 98 (38.67% from 255 or 52.69% from 186); Blue value is 34 (13.67% from 255 or 18.28% from 186); Max value from RGB is 98 - color contains mainly: green. Hex color #366222 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366222 is #C99DDD. Grayscale: #4D4D4D. Windows color (decimal): -13213150 or 2253366. OLE color: 2253366.
HSL color Cylindrical-coordinate representation of color #366222: hue angle of 101.25º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #366222 is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 54 | 98 | 34 | - |
| CMYK | 0.45 | 0 | 0.65 | 0.62 |
| HSL | 101.25º | 0.48% | 0.26% | - |
| HSV(B) | 101.25º | 0.65% | 0.38% | - |
| XYZ | 6.18 | 9.64 | 3.05 | - |
| YUV | 77.55 | 103.42 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 98 | 34 | 0.45 | 0 | 0.65 | 0.62 | 101.25 | 0.48 | 0.26 |
| Hex | 36 | 62 | 22 | 2D | 0 | 41 | 3E | 65 | 30 | 1A |
| Octal | 66 | 142 | 42 | 55 | 0 | 101 | 76 | 145 | 60 | 32 |
| Binary | 110110 | 1100010 | 100010 | 101101 | 0 | 1000001 | 111110 | 1100101 | 110000 | 11010 |
Color Harmonies of #366222
Complementary color
Monochromatic Colors of #366222
Black with #366222
Text Example
Text Example
White with #366222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366222; }
p { color: rgb(54,98,34); }
H1.HeaderClassName
{
color: #366222;
}
.AnyTagClassName
{
color: #366222;
}
</style>
background-color css
<style>
a { background-color: #366222; }
a { background-color: rgb(54,98,34); }
div.DivClassName
{
background-color: #366222;
}
.BgClassName
{
background-color: #366222;
}
</style>
border-color css
<style>
span { border-color: #366222; }
span { border-color: rgb(54,98,34); }
td.TdClassName
{
border-color: #366222;
}
.TagClassName
{
border-color: #366222;
}
</style>