Shades of Green House #366520
Tints of Green House #366520
RGB
CMYK
RGB Variations
Color information
#366520 (or 0x366520) is known color: Green House. HEX triplet: 36, 65 and 20. RGB value is (54,101,32). Sum of RGB (Red+Green+Blue) = 54+101+32=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 101 (39.84% from 255 or 54.01% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 101 - color contains mainly: green. Hex color #366520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366520 is #C99ADF. Grayscale: #4F4F4F. Windows color (decimal): -13212384 or 2123062. OLE color: 2123062.
HSL color Cylindrical-coordinate representation of color #366520: hue angle of 100.87º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #366520 is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 54 | 101 | 32 | - |
| CMYK | 0.47 | 0 | 0.68 | 0.60 |
| HSL | 100.87º | 0.52% | 0.26% | - |
| HSV(B) | 100.87º | 0.68% | 0.4% | - |
| XYZ | 6.44 | 10.2 | 3 | - |
| YUV | 79.08 | 101.43 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 101 | 32 | 0.47 | 0 | 0.68 | 0.60 | 100.87 | 0.52 | 0.26 |
| Hex | 36 | 65 | 20 | 2F | 0 | 44 | 3C | 65 | 34 | 1A |
| Octal | 66 | 145 | 40 | 57 | 0 | 104 | 74 | 145 | 64 | 32 |
| Binary | 110110 | 1100101 | 100000 | 101111 | 0 | 1000100 | 111100 | 1100101 | 110100 | 11010 |
Color Harmonies of #366520
Complementary color
Monochromatic Colors of #366520
Black with #366520
Text Example
Text Example
White with #366520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366520; }
p { color: rgb(54,101,32); }
H1.HeaderClassName
{
color: #366520;
}
.AnyTagClassName
{
color: #366520;
}
</style>
background-color css
<style>
a { background-color: #366520; }
a { background-color: rgb(54,101,32); }
div.DivClassName
{
background-color: #366520;
}
.BgClassName
{
background-color: #366520;
}
</style>
border-color css
<style>
span { border-color: #366520; }
span { border-color: rgb(54,101,32); }
td.TdClassName
{
border-color: #366520;
}
.TagClassName
{
border-color: #366520;
}
</style>