Shades of Green House #336024
Tints of Green House #336024
RGB
CMYK
RGB Variations
Color information
#336024 (or 0x336024) is known color: Green House. HEX triplet: 33, 60 and 24. RGB value is (51,96,36). Sum of RGB (Red+Green+Blue) = 51+96+36=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 96 (37.89% from 255 or 52.46% from 183); Blue value is 36 (14.45% from 255 or 19.67% from 183); Max value from RGB is 96 - color contains mainly: green. Hex color #336024 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336024 is #CC9FDB. Grayscale: #4B4B4B. Windows color (decimal): -13410268 or 2383923. OLE color: 2383923.
HSL color Cylindrical-coordinate representation of color #336024: hue angle of 105º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #336024 is Cyan = 0.47, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 51 | 96 | 36 | - |
| CMYK | 0.47 | 0 | 0.62 | 0.62 |
| HSL | 105º | 0.45% | 0.26% | - |
| HSV(B) | 105º | 0.63% | 0.38% | - |
| XYZ | 5.87 | 9.2 | 3.14 | - |
| YUV | 75.71 | 105.59 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 96 | 36 | 0.47 | 0 | 0.62 | 0.62 | 105 | 0.45 | 0.26 |
| Hex | 33 | 60 | 24 | 2F | 0 | 3E | 3E | 69 | 2D | 1A |
| Octal | 63 | 140 | 44 | 57 | 0 | 76 | 76 | 151 | 55 | 32 |
| Binary | 110011 | 1100000 | 100100 | 101111 | 0 | 111110 | 111110 | 1101001 | 101101 | 11010 |
Color Harmonies of #336024
Complementary color
Monochromatic Colors of #336024
Black with #336024
Text Example
Text Example
White with #336024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336024; }
p { color: rgb(51,96,36); }
H1.HeaderClassName
{
color: #336024;
}
.AnyTagClassName
{
color: #336024;
}
</style>
background-color css
<style>
a { background-color: #336024; }
a { background-color: rgb(51,96,36); }
div.DivClassName
{
background-color: #336024;
}
.BgClassName
{
background-color: #336024;
}
</style>
border-color css
<style>
span { border-color: #336024; }
span { border-color: rgb(51,96,36); }
td.TdClassName
{
border-color: #336024;
}
.TagClassName
{
border-color: #336024;
}
</style>