Shades of Green House #336220
Tints of Green House #336220
RGB
CMYK
RGB Variations
Color information
#336220 (or 0x336220) is known color: Green House. HEX triplet: 33, 62 and 20. RGB value is (51,98,32). Sum of RGB (Red+Green+Blue) = 51+98+32=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 98 (38.67% from 255 or 54.14% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 98 - color contains mainly: green. Hex color #336220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336220 is #CC9DDF. Grayscale: #4C4C4C. Windows color (decimal): -13409760 or 2122291. OLE color: 2122291.
HSL color Cylindrical-coordinate representation of color #336220: hue angle of 102.73º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #336220 is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 51 | 98 | 32 | - |
| CMYK | 0.48 | 0 | 0.67 | 0.62 |
| HSL | 102.73º | 0.51% | 0.25% | - |
| HSV(B) | 102.73º | 0.67% | 0.38% | - |
| XYZ | 5.99 | 9.54 | 2.89 | - |
| YUV | 76.42 | 102.93 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 98 | 32 | 0.48 | 0 | 0.67 | 0.62 | 102.73 | 0.51 | 0.25 |
| Hex | 33 | 62 | 20 | 30 | 0 | 43 | 3E | 67 | 33 | 19 |
| Octal | 63 | 142 | 40 | 60 | 0 | 103 | 76 | 147 | 63 | 31 |
| Binary | 110011 | 1100010 | 100000 | 110000 | 0 | 1000011 | 111110 | 1100111 | 110011 | 11001 |
Color Harmonies of #336220
Complementary color
Monochromatic Colors of #336220
Black with #336220
Text Example
Text Example
White with #336220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336220; }
p { color: rgb(51,98,32); }
H1.HeaderClassName
{
color: #336220;
}
.AnyTagClassName
{
color: #336220;
}
</style>
background-color css
<style>
a { background-color: #336220; }
a { background-color: rgb(51,98,32); }
div.DivClassName
{
background-color: #336220;
}
.BgClassName
{
background-color: #336220;
}
</style>
border-color css
<style>
span { border-color: #336220; }
span { border-color: rgb(51,98,32); }
td.TdClassName
{
border-color: #336220;
}
.TagClassName
{
border-color: #336220;
}
</style>