Shades of Green House #366B22
Tints of Green House #366B22
RGB
CMYK
RGB Variations
Color information
#366B22 (or 0x366B22) is known color: Green House. HEX triplet: 36, 6B and 22. RGB value is (54,107,34). Sum of RGB (Red+Green+Blue) = 54+107+34=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 107 (42.19% from 255 or 54.87% from 195); Blue value is 34 (13.67% from 255 or 17.44% from 195); Max value from RGB is 107 - color contains mainly: green. Hex color #366B22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366B22 is #C994DD. Grayscale: #535353. Windows color (decimal): -13210846 or 2255670. OLE color: 2255670.
HSL color Cylindrical-coordinate representation of color #366B22: hue angle of 103.56º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #366B22 is Cyan = 0.50, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 107 | 34 | - |
| CMYK | 0.50 | 0 | 0.68 | 0.58 |
| HSL | 103.56º | 0.52% | 0.28% | - |
| HSV(B) | 103.56º | 0.68% | 0.42% | - |
| XYZ | 7.07 | 11.42 | 3.34 | - |
| YUV | 82.83 | 100.44 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 107 | 34 | 0.50 | 0 | 0.68 | 0.58 | 103.56 | 0.52 | 0.28 |
| Hex | 36 | 6B | 22 | 32 | 0 | 44 | 3A | 68 | 34 | 1C |
| Octal | 66 | 153 | 42 | 62 | 0 | 104 | 72 | 150 | 64 | 34 |
| Binary | 110110 | 1101011 | 100010 | 110010 | 0 | 1000100 | 111010 | 1101000 | 110100 | 11100 |
Color Harmonies of #366B22
Complementary color
Monochromatic Colors of #366B22
Black with #366B22
Text Example
Text Example
White with #366B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366B22; }
p { color: rgb(54,107,34); }
H1.HeaderClassName
{
color: #366B22;
}
.AnyTagClassName
{
color: #366B22;
}
</style>
background-color css
<style>
a { background-color: #366B22; }
a { background-color: rgb(54,107,34); }
div.DivClassName
{
background-color: #366B22;
}
.BgClassName
{
background-color: #366B22;
}
</style>
border-color css
<style>
span { border-color: #366B22; }
span { border-color: rgb(54,107,34); }
td.TdClassName
{
border-color: #366B22;
}
.TagClassName
{
border-color: #366B22;
}
</style>