Shades of Green House #336520
Tints of Green House #336520
RGB
CMYK
RGB Variations
Color information
#336520 (or 0x336520) is known color: Green House. HEX triplet: 33, 65 and 20. RGB value is (51,101,32). Sum of RGB (Red+Green+Blue) = 51+101+32=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 101 (39.84% from 255 or 54.89% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 101 - color contains mainly: green. Hex color #336520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336520 is #CC9ADF. Grayscale: #4E4E4E. Windows color (decimal): -13408992 or 2123059. OLE color: 2123059.
HSL color Cylindrical-coordinate representation of color #336520: hue angle of 103.48º 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 #336520 is Cyan = 0.50, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 101 | 32 | - |
| CMYK | 0.50 | 0 | 0.68 | 0.60 |
| HSL | 103.48º | 0.52% | 0.26% | - |
| HSV(B) | 103.48º | 0.68% | 0.4% | - |
| XYZ | 6.28 | 10.12 | 2.99 | - |
| YUV | 78.18 | 101.94 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 101 | 32 | 0.50 | 0 | 0.68 | 0.60 | 103.48 | 0.52 | 0.26 |
| Hex | 33 | 65 | 20 | 32 | 0 | 44 | 3C | 67 | 34 | 1A |
| Octal | 63 | 145 | 40 | 62 | 0 | 104 | 74 | 147 | 64 | 32 |
| Binary | 110011 | 1100101 | 100000 | 110010 | 0 | 1000100 | 111100 | 1100111 | 110100 | 11010 |
Color Harmonies of #336520
Complementary color
Monochromatic Colors of #336520
Black with #336520
Text Example
Text Example
White with #336520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336520; }
p { color: rgb(51,101,32); }
H1.HeaderClassName
{
color: #336520;
}
.AnyTagClassName
{
color: #336520;
}
</style>
background-color css
<style>
a { background-color: #336520; }
a { background-color: rgb(51,101,32); }
div.DivClassName
{
background-color: #336520;
}
.BgClassName
{
background-color: #336520;
}
</style>
border-color css
<style>
span { border-color: #336520; }
span { border-color: rgb(51,101,32); }
td.TdClassName
{
border-color: #336520;
}
.TagClassName
{
border-color: #336520;
}
</style>