Shades of Green House #336628
Tints of Green House #336628
RGB
CMYK
RGB Variations
Color information
#336628 (or 0x336628) is known color: Green House. HEX triplet: 33, 66 and 28. RGB value is (51,102,40). Sum of RGB (Red+Green+Blue) = 51+102+40=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 102 (40.23% from 255 or 52.85% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 102 - color contains mainly: green. Hex color #336628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336628 is #CC99D7. Grayscale: #4F4F4F. Windows color (decimal): -13408728 or 2647603. OLE color: 2647603.
HSL color Cylindrical-coordinate representation of color #336628: hue angle of 109.35º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #336628 is Cyan = 0.5, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 51 | 102 | 40 | - |
| CMYK | 0.5 | 0 | 0.61 | 0.6 |
| HSL | 109.35º | 0.44% | 0.28% | - |
| HSV(B) | 109.35º | 0.61% | 0.4% | - |
| XYZ | 6.5 | 10.36 | 3.66 | - |
| YUV | 79.68 | 105.6 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 102 | 40 | 0.5 | 0 | 0.61 | 0.6 | 109.35 | 0.44 | 0.28 |
| Hex | 33 | 66 | 28 | 32 | 0 | 3D | 3C | 6D | 2C | 1C |
| Octal | 63 | 146 | 50 | 62 | 0 | 75 | 74 | 155 | 54 | 34 |
| Binary | 110011 | 1100110 | 101000 | 110010 | 0 | 111101 | 111100 | 1101101 | 101100 | 11100 |
Color Harmonies of #336628
Complementary color
Monochromatic Colors of #336628
Black with #336628
Text Example
Text Example
White with #336628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336628; }
p { color: rgb(51,102,40); }
H1.HeaderClassName
{
color: #336628;
}
.AnyTagClassName
{
color: #336628;
}
</style>
background-color css
<style>
a { background-color: #336628; }
a { background-color: rgb(51,102,40); }
div.DivClassName
{
background-color: #336628;
}
.BgClassName
{
background-color: #336628;
}
</style>
border-color css
<style>
span { border-color: #336628; }
span { border-color: rgb(51,102,40); }
td.TdClassName
{
border-color: #336628;
}
.TagClassName
{
border-color: #336628;
}
</style>