Shades of Green House #336526
Tints of Green House #336526
RGB
CMYK
RGB Variations
Color information
#336526 (or 0x336526) is known color: Green House. HEX triplet: 33, 65 and 26. RGB value is (51,101,38). Sum of RGB (Red+Green+Blue) = 51+101+38=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 101 (39.84% from 255 or 53.16% from 190); Blue value is 38 (15.23% from 255 or 20% from 190); Max value from RGB is 101 - color contains mainly: green. Hex color #336526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336526 is #CC9AD9. Grayscale: #4F4F4F. Windows color (decimal): -13408986 or 2516275. OLE color: 2516275.
HSL color Cylindrical-coordinate representation of color #336526: hue angle of 107.62º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #336526 is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 101 | 38 | - |
| CMYK | 0.50 | 0 | 0.62 | 0.60 |
| HSL | 107.62º | 0.45% | 0.27% | - |
| HSV(B) | 107.62º | 0.62% | 0.4% | - |
| XYZ | 6.37 | 10.15 | 3.46 | - |
| YUV | 78.87 | 104.94 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 101 | 38 | 0.50 | 0 | 0.62 | 0.60 | 107.62 | 0.45 | 0.27 |
| Hex | 33 | 65 | 26 | 32 | 0 | 3E | 3C | 6C | 2D | 1B |
| Octal | 63 | 145 | 46 | 62 | 0 | 76 | 74 | 154 | 55 | 33 |
| Binary | 110011 | 1100101 | 100110 | 110010 | 0 | 111110 | 111100 | 1101100 | 101101 | 11011 |
Color Harmonies of #336526
Complementary color
Monochromatic Colors of #336526
Black with #336526
Text Example
Text Example
White with #336526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336526; }
p { color: rgb(51,101,38); }
H1.HeaderClassName
{
color: #336526;
}
.AnyTagClassName
{
color: #336526;
}
</style>
background-color css
<style>
a { background-color: #336526; }
a { background-color: rgb(51,101,38); }
div.DivClassName
{
background-color: #336526;
}
.BgClassName
{
background-color: #336526;
}
</style>
border-color css
<style>
span { border-color: #336526; }
span { border-color: rgb(51,101,38); }
td.TdClassName
{
border-color: #336526;
}
.TagClassName
{
border-color: #336526;
}
</style>