Shades of Green House #33662A
Tints of Green House #33662A
RGB
CMYK
RGB Variations
Color information
#33662A (or 0x33662A) is known color: Green House. HEX triplet: 33, 66 and 2A. RGB value is (51,102,42). Sum of RGB (Red+Green+Blue) = 51+102+42=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 102 (40.23% from 255 or 52.31% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 102 - color contains mainly: green. Hex color #33662A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33662A is #CC99D5. Grayscale: #505050. Windows color (decimal): -13408726 or 2778675. OLE color: 2778675.
HSL color Cylindrical-coordinate representation of color #33662A: hue angle of 111º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33662A is Cyan = 0.5, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 51 | 102 | 42 | - |
| CMYK | 0.5 | 0 | 0.59 | 0.6 |
| HSL | 111º | 0.42% | 0.28% | - |
| HSV(B) | 111º | 0.59% | 0.4% | - |
| XYZ | 6.53 | 10.37 | 3.85 | - |
| YUV | 79.91 | 106.6 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 102 | 42 | 0.5 | 0 | 0.59 | 0.6 | 111 | 0.42 | 0.28 |
| Hex | 33 | 66 | 2A | 32 | 0 | 3B | 3C | 6F | 2A | 1C |
| Octal | 63 | 146 | 52 | 62 | 0 | 73 | 74 | 157 | 52 | 34 |
| Binary | 110011 | 1100110 | 101010 | 110010 | 0 | 111011 | 111100 | 1101111 | 101010 | 11100 |
Color Harmonies of #33662A
Complementary color
Monochromatic Colors of #33662A
Black with #33662A
Text Example
Text Example
White with #33662A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33662A; }
p { color: rgb(51,102,42); }
H1.HeaderClassName
{
color: #33662A;
}
.AnyTagClassName
{
color: #33662A;
}
</style>
background-color css
<style>
a { background-color: #33662A; }
a { background-color: rgb(51,102,42); }
div.DivClassName
{
background-color: #33662A;
}
.BgClassName
{
background-color: #33662A;
}
</style>
border-color css
<style>
span { border-color: #33662A; }
span { border-color: rgb(51,102,42); }
td.TdClassName
{
border-color: #33662A;
}
.TagClassName
{
border-color: #33662A;
}
</style>