Shades of Green House #336A28
Tints of Green House #336A28
RGB
CMYK
RGB Variations
Color information
#336A28 (or 0x336A28) is known color: Green House. HEX triplet: 33, 6A and 28. RGB value is (51,106,40). Sum of RGB (Red+Green+Blue) = 51+106+40=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 106 (41.80% from 255 or 53.81% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 106 - color contains mainly: green. Hex color #336A28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336A28 is #CC95D7. Grayscale: #525252. Windows color (decimal): -13407704 or 2648627. OLE color: 2648627.
HSL color Cylindrical-coordinate representation of color #336A28: hue angle of 110º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #336A28 is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 106 | 40 | - |
| CMYK | 0.52 | 0 | 0.62 | 0.58 |
| HSL | 110º | 0.45% | 0.29% | - |
| HSV(B) | 110º | 0.62% | 0.42% | - |
| XYZ | 6.9 | 11.17 | 3.8 | - |
| YUV | 82.03 | 104.28 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 106 | 40 | 0.52 | 0 | 0.62 | 0.58 | 110 | 0.45 | 0.29 |
| Hex | 33 | 6A | 28 | 34 | 0 | 3E | 3A | 6E | 2D | 1D |
| Octal | 63 | 152 | 50 | 64 | 0 | 76 | 72 | 156 | 55 | 35 |
| Binary | 110011 | 1101010 | 101000 | 110100 | 0 | 111110 | 111010 | 1101110 | 101101 | 11101 |
Color Harmonies of #336A28
Complementary color
Monochromatic Colors of #336A28
Black with #336A28
Text Example
Text Example
White with #336A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336A28; }
p { color: rgb(51,106,40); }
H1.HeaderClassName
{
color: #336A28;
}
.AnyTagClassName
{
color: #336A28;
}
</style>
background-color css
<style>
a { background-color: #336A28; }
a { background-color: rgb(51,106,40); }
div.DivClassName
{
background-color: #336A28;
}
.BgClassName
{
background-color: #336A28;
}
</style>
border-color css
<style>
span { border-color: #336A28; }
span { border-color: rgb(51,106,40); }
td.TdClassName
{
border-color: #336A28;
}
.TagClassName
{
border-color: #336A28;
}
</style>