Shades of Green House #336620
Tints of Green House #336620
RGB
CMYK
RGB Variations
Color information
#336620 (or 0x336620) is known color: Green House. HEX triplet: 33, 66 and 20. RGB value is (51,102,32). Sum of RGB (Red+Green+Blue) = 51+102+32=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 102 (40.23% from 255 or 55.14% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 102 - color contains mainly: green. Hex color #336620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336620 is #CC99DF. Grayscale: #4F4F4F. Windows color (decimal): -13408736 or 2123315. OLE color: 2123315.
HSL color Cylindrical-coordinate representation of color #336620: hue angle of 103.71º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #336620 is Cyan = 0.5, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 51 | 102 | 32 | - |
| CMYK | 0.5 | 0 | 0.69 | 0.6 |
| HSL | 103.71º | 0.52% | 0.26% | - |
| HSV(B) | 103.71º | 0.69% | 0.4% | - |
| XYZ | 6.38 | 10.31 | 3.02 | - |
| YUV | 78.77 | 101.6 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 102 | 32 | 0.5 | 0 | 0.69 | 0.6 | 103.71 | 0.52 | 0.26 |
| Hex | 33 | 66 | 20 | 32 | 0 | 45 | 3C | 68 | 34 | 1A |
| Octal | 63 | 146 | 40 | 62 | 0 | 105 | 74 | 150 | 64 | 32 |
| Binary | 110011 | 1100110 | 100000 | 110010 | 0 | 1000101 | 111100 | 1101000 | 110100 | 11010 |
Color Harmonies of #336620
Complementary color
Monochromatic Colors of #336620
Black with #336620
Text Example
Text Example
White with #336620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336620; }
p { color: rgb(51,102,32); }
H1.HeaderClassName
{
color: #336620;
}
.AnyTagClassName
{
color: #336620;
}
</style>
background-color css
<style>
a { background-color: #336620; }
a { background-color: rgb(51,102,32); }
div.DivClassName
{
background-color: #336620;
}
.BgClassName
{
background-color: #336620;
}
</style>
border-color css
<style>
span { border-color: #336620; }
span { border-color: rgb(51,102,32); }
td.TdClassName
{
border-color: #336620;
}
.TagClassName
{
border-color: #336620;
}
</style>