Shades of Green House #33661D
Tints of Green House #33661D
RGB
CMYK
RGB Variations
Color information
#33661D (or 0x33661D) is known color: Green House. HEX triplet: 33, 66 and 1D. RGB value is (51,102,29). Sum of RGB (Red+Green+Blue) = 51+102+29=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 102 (40.23% from 255 or 56.04% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 102 - color contains mainly: green. Hex color #33661D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33661D is #CC99E2. Grayscale: #4E4E4E. Windows color (decimal): -13408739 or 1926707. OLE color: 1926707.
HSL color Cylindrical-coordinate representation of color #33661D: hue angle of 101.92º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33661D is Cyan = 0.5, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 51 | 102 | 29 | - |
| CMYK | 0.5 | 0 | 0.72 | 0.6 |
| HSL | 101.92º | 0.56% | 0.26% | - |
| HSV(B) | 101.92º | 0.72% | 0.4% | - |
| XYZ | 6.34 | 10.3 | 2.82 | - |
| YUV | 78.43 | 100.1 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 102 | 29 | 0.5 | 0 | 0.72 | 0.6 | 101.92 | 0.56 | 0.26 |
| Hex | 33 | 66 | 1D | 32 | 0 | 48 | 3C | 66 | 38 | 1A |
| Octal | 63 | 146 | 35 | 62 | 0 | 110 | 74 | 146 | 70 | 32 |
| Binary | 110011 | 1100110 | 11101 | 110010 | 0 | 1001000 | 111100 | 1100110 | 111000 | 11010 |
Color Harmonies of #33661D
Complementary color
Monochromatic Colors of #33661D
Black with #33661D
Text Example
Text Example
White with #33661D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33661D; }
p { color: rgb(51,102,29); }
H1.HeaderClassName
{
color: #33661D;
}
.AnyTagClassName
{
color: #33661D;
}
</style>
background-color css
<style>
a { background-color: #33661D; }
a { background-color: rgb(51,102,29); }
div.DivClassName
{
background-color: #33661D;
}
.BgClassName
{
background-color: #33661D;
}
</style>
border-color css
<style>
span { border-color: #33661D; }
span { border-color: rgb(51,102,29); }
td.TdClassName
{
border-color: #33661D;
}
.TagClassName
{
border-color: #33661D;
}
</style>