Shades of Green House #33602C
Tints of Green House #33602C
RGB
CMYK
RGB Variations
Color information
#33602C (or 0x33602C) is known color: Green House. HEX triplet: 33, 60 and 2C. RGB value is (51,96,44). Sum of RGB (Red+Green+Blue) = 51+96+44=191 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.70% from 191); Green value is 96 (37.89% from 255 or 50.26% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 96 - color contains mainly: green. Hex color #33602C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33602C is #CC9FD3. Grayscale: #4C4C4C. Windows color (decimal): -13410260 or 2908211. OLE color: 2908211.
HSL color Cylindrical-coordinate representation of color #33602C: hue angle of 111.92º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #33602C is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 51 | 96 | 44 | - |
| CMYK | 0.47 | 0 | 0.54 | 0.62 |
| HSL | 111.92º | 0.37% | 0.27% | - |
| HSV(B) | 111.92º | 0.54% | 0.38% | - |
| XYZ | 6 | 9.25 | 3.85 | - |
| YUV | 76.62 | 109.59 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 96 | 44 | 0.47 | 0 | 0.54 | 0.62 | 111.92 | 0.37 | 0.27 |
| Hex | 33 | 60 | 2C | 2F | 0 | 36 | 3E | 70 | 25 | 1B |
| Octal | 63 | 140 | 54 | 57 | 0 | 66 | 76 | 160 | 45 | 33 |
| Binary | 110011 | 1100000 | 101100 | 101111 | 0 | 110110 | 111110 | 1110000 | 100101 | 11011 |
Color Harmonies of #33602C
Complementary color
Monochromatic Colors of #33602C
Black with #33602C
Text Example
Text Example
White with #33602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33602C; }
p { color: rgb(51,96,44); }
H1.HeaderClassName
{
color: #33602C;
}
.AnyTagClassName
{
color: #33602C;
}
</style>
background-color css
<style>
a { background-color: #33602C; }
a { background-color: rgb(51,96,44); }
div.DivClassName
{
background-color: #33602C;
}
.BgClassName
{
background-color: #33602C;
}
</style>
border-color css
<style>
span { border-color: #33602C; }
span { border-color: rgb(51,96,44); }
td.TdClassName
{
border-color: #33602C;
}
.TagClassName
{
border-color: #33602C;
}
</style>