Shades of Green House #33682C
Tints of Green House #33682C
RGB
CMYK
RGB Variations
Color information
#33682C (or 0x33682C) is known color: Green House. HEX triplet: 33, 68 and 2C. RGB value is (51,104,44). Sum of RGB (Red+Green+Blue) = 51+104+44=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 104 (41.02% from 255 or 52.26% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 104 - color contains mainly: green. Hex color #33682C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33682C is #CC97D3. Grayscale: #515151. Windows color (decimal): -13408212 or 2910259. OLE color: 2910259.
HSL color Cylindrical-coordinate representation of color #33682C: hue angle of 113º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #33682C is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 51 | 104 | 44 | - |
| CMYK | 0.51 | 0 | 0.58 | 0.59 |
| HSL | 113º | 0.41% | 0.29% | - |
| HSV(B) | 113º | 0.58% | 0.41% | - |
| XYZ | 6.77 | 10.79 | 4.11 | - |
| YUV | 81.31 | 106.94 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 104 | 44 | 0.51 | 0 | 0.58 | 0.59 | 113 | 0.41 | 0.29 |
| Hex | 33 | 68 | 2C | 33 | 0 | 3A | 3B | 71 | 29 | 1D |
| Octal | 63 | 150 | 54 | 63 | 0 | 72 | 73 | 161 | 51 | 35 |
| Binary | 110011 | 1101000 | 101100 | 110011 | 0 | 111010 | 111011 | 1110001 | 101001 | 11101 |
Color Harmonies of #33682C
Complementary color
Monochromatic Colors of #33682C
Black with #33682C
Text Example
Text Example
White with #33682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33682C; }
p { color: rgb(51,104,44); }
H1.HeaderClassName
{
color: #33682C;
}
.AnyTagClassName
{
color: #33682C;
}
</style>
background-color css
<style>
a { background-color: #33682C; }
a { background-color: rgb(51,104,44); }
div.DivClassName
{
background-color: #33682C;
}
.BgClassName
{
background-color: #33682C;
}
</style>
border-color css
<style>
span { border-color: #33682C; }
span { border-color: rgb(51,104,44); }
td.TdClassName
{
border-color: #33682C;
}
.TagClassName
{
border-color: #33682C;
}
</style>