Shades of Green House #336228
Tints of Green House #336228
RGB
CMYK
RGB Variations
Color information
#336228 (or 0x336228) is known color: Green House. HEX triplet: 33, 62 and 28. RGB value is (51,98,40). Sum of RGB (Red+Green+Blue) = 51+98+40=189 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.98% from 189); Green value is 98 (38.67% from 255 or 51.85% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 98 - color contains mainly: green. Hex color #336228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336228 is #CC9DD7. Grayscale: #4D4D4D. Windows color (decimal): -13409752 or 2646579. OLE color: 2646579.
HSL color Cylindrical-coordinate representation of color #336228: hue angle of 108.62º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #336228 is Cyan = 0.48, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 51 | 98 | 40 | - |
| CMYK | 0.48 | 0 | 0.59 | 0.62 |
| HSL | 108.62º | 0.42% | 0.27% | - |
| HSV(B) | 108.62º | 0.59% | 0.38% | - |
| XYZ | 6.12 | 9.59 | 3.54 | - |
| YUV | 77.34 | 106.93 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 98 | 40 | 0.48 | 0 | 0.59 | 0.62 | 108.62 | 0.42 | 0.27 |
| Hex | 33 | 62 | 28 | 30 | 0 | 3B | 3E | 6D | 2A | 1B |
| Octal | 63 | 142 | 50 | 60 | 0 | 73 | 76 | 155 | 52 | 33 |
| Binary | 110011 | 1100010 | 101000 | 110000 | 0 | 111011 | 111110 | 1101101 | 101010 | 11011 |
Color Harmonies of #336228
Complementary color
Monochromatic Colors of #336228
Black with #336228
Text Example
Text Example
White with #336228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336228; }
p { color: rgb(51,98,40); }
H1.HeaderClassName
{
color: #336228;
}
.AnyTagClassName
{
color: #336228;
}
</style>
background-color css
<style>
a { background-color: #336228; }
a { background-color: rgb(51,98,40); }
div.DivClassName
{
background-color: #336228;
}
.BgClassName
{
background-color: #336228;
}
</style>
border-color css
<style>
span { border-color: #336228; }
span { border-color: rgb(51,98,40); }
td.TdClassName
{
border-color: #336228;
}
.TagClassName
{
border-color: #336228;
}
</style>