Shades of Green House #336416
Tints of Green House #336416
RGB
CMYK
RGB Variations
Color information
#336416 (or 0x336416) is known color: Green House. HEX triplet: 33, 64 and 16. RGB value is (51,100,22). Sum of RGB (Red+Green+Blue) = 51+100+22=173 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.48% from 173); Green value is 100 (39.45% from 255 or 57.80% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 100 - color contains mainly: green. Hex color #336416 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336416 is #CC9BE9. Grayscale: #4C4C4C. Windows color (decimal): -13409258 or 1467443. OLE color: 1467443.
HSL color Cylindrical-coordinate representation of color #336416: hue angle of 97.69º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #336416 is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 51 | 100 | 22 | - |
| CMYK | 0.49 | 0 | 0.78 | 0.61 |
| HSL | 97.69º | 0.64% | 0.24% | - |
| HSV(B) | 97.69º | 0.78% | 0.39% | - |
| XYZ | 6.07 | 9.88 | 2.35 | - |
| YUV | 76.46 | 97.27 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 100 | 22 | 0.49 | 0 | 0.78 | 0.61 | 97.69 | 0.64 | 0.24 |
| Hex | 33 | 64 | 16 | 31 | 0 | 4E | 3D | 62 | 40 | 18 |
| Octal | 63 | 144 | 26 | 61 | 0 | 116 | 75 | 142 | 100 | 30 |
| Binary | 110011 | 1100100 | 10110 | 110001 | 0 | 1001110 | 111101 | 1100010 | 1000000 | 11000 |
Color Harmonies of #336416
Complementary color
Monochromatic Colors of #336416
Black with #336416
Text Example
Text Example
White with #336416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336416; }
p { color: rgb(51,100,22); }
H1.HeaderClassName
{
color: #336416;
}
.AnyTagClassName
{
color: #336416;
}
</style>
background-color css
<style>
a { background-color: #336416; }
a { background-color: rgb(51,100,22); }
div.DivClassName
{
background-color: #336416;
}
.BgClassName
{
background-color: #336416;
}
</style>
border-color css
<style>
span { border-color: #336416; }
span { border-color: rgb(51,100,22); }
td.TdClassName
{
border-color: #336416;
}
.TagClassName
{
border-color: #336416;
}
</style>