Shades of Green House #336229
Tints of Green House #336229
RGB
CMYK
RGB Variations
Color information
#336229 (or 0x336229) is known color: Green House. HEX triplet: 33, 62 and 29. RGB value is (51,98,41). Sum of RGB (Red+Green+Blue) = 51+98+41=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 98 (38.67% from 255 or 51.58% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 98 - color contains mainly: green. Hex color #336229 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336229 is #CC9DD6. Grayscale: #4D4D4D. Windows color (decimal): -13409751 or 2712115. OLE color: 2712115.
HSL color Cylindrical-coordinate representation of color #336229: hue angle of 109.47º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #336229 is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 51 | 98 | 41 | - |
| CMYK | 0.48 | 0 | 0.58 | 0.62 |
| HSL | 109.47º | 0.41% | 0.27% | - |
| HSV(B) | 109.47º | 0.58% | 0.38% | - |
| XYZ | 6.13 | 9.6 | 3.63 | - |
| YUV | 77.45 | 107.43 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 98 | 41 | 0.48 | 0 | 0.58 | 0.62 | 109.47 | 0.41 | 0.27 |
| Hex | 33 | 62 | 29 | 30 | 0 | 3A | 3E | 6D | 29 | 1B |
| Octal | 63 | 142 | 51 | 60 | 0 | 72 | 76 | 155 | 51 | 33 |
| Binary | 110011 | 1100010 | 101001 | 110000 | 0 | 111010 | 111110 | 1101101 | 101001 | 11011 |
Color Harmonies of #336229
Complementary color
Monochromatic Colors of #336229
Black with #336229
Text Example
Text Example
White with #336229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336229; }
p { color: rgb(51,98,41); }
H1.HeaderClassName
{
color: #336229;
}
.AnyTagClassName
{
color: #336229;
}
</style>
background-color css
<style>
a { background-color: #336229; }
a { background-color: rgb(51,98,41); }
div.DivClassName
{
background-color: #336229;
}
.BgClassName
{
background-color: #336229;
}
</style>
border-color css
<style>
span { border-color: #336229; }
span { border-color: rgb(51,98,41); }
td.TdClassName
{
border-color: #336229;
}
.TagClassName
{
border-color: #336229;
}
</style>