Shades of Green House #336B2B
Tints of Green House #336B2B
RGB
CMYK
RGB Variations
Color information
#336B2B (or 0x336B2B) is known color: Green House. HEX triplet: 33, 6B and 2B. RGB value is (51,107,43). Sum of RGB (Red+Green+Blue) = 51+107+43=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 107 (42.19% from 255 or 53.23% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 107 - color contains mainly: green. Hex color #336B2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336B2B is #CC94D4. Grayscale: #535353. Windows color (decimal): -13407445 or 2845491. OLE color: 2845491.
HSL color Cylindrical-coordinate representation of color #336B2B: hue angle of 112.5º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #336B2B is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 107 | 43 | - |
| CMYK | 0.52 | 0 | 0.60 | 0.58 |
| HSL | 112.5º | 0.43% | 0.29% | - |
| HSV(B) | 112.5º | 0.6% | 0.42% | - |
| XYZ | 7.06 | 11.39 | 4.11 | - |
| YUV | 82.96 | 105.45 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 107 | 43 | 0.52 | 0 | 0.60 | 0.58 | 112.5 | 0.43 | 0.29 |
| Hex | 33 | 6B | 2B | 34 | 0 | 3C | 3A | 70 | 2B | 1D |
| Octal | 63 | 153 | 53 | 64 | 0 | 74 | 72 | 160 | 53 | 35 |
| Binary | 110011 | 1101011 | 101011 | 110100 | 0 | 111100 | 111010 | 1110000 | 101011 | 11101 |
Color Harmonies of #336B2B
Complementary color
Monochromatic Colors of #336B2B
Black with #336B2B
Text Example
Text Example
White with #336B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336B2B; }
p { color: rgb(51,107,43); }
H1.HeaderClassName
{
color: #336B2B;
}
.AnyTagClassName
{
color: #336B2B;
}
</style>
background-color css
<style>
a { background-color: #336B2B; }
a { background-color: rgb(51,107,43); }
div.DivClassName
{
background-color: #336B2B;
}
.BgClassName
{
background-color: #336B2B;
}
</style>
border-color css
<style>
span { border-color: #336B2B; }
span { border-color: rgb(51,107,43); }
td.TdClassName
{
border-color: #336B2B;
}
.TagClassName
{
border-color: #336B2B;
}
</style>