Shades of Green House #326929
Tints of Green House #326929
RGB
CMYK
RGB Variations
Color information
#326929 (or 0x326929) is known color: Green House. HEX triplet: 32, 69 and 29. RGB value is (50,105,41). Sum of RGB (Red+Green+Blue) = 50+105+41=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 105 (41.41% from 255 or 53.57% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 105 - color contains mainly: green. Hex color #326929 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326929 is #CD96D6. Grayscale: #515151. Windows color (decimal): -13473495 or 2713906. OLE color: 2713906.
HSL color Cylindrical-coordinate representation of color #326929: hue angle of 111.56º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #326929 is Cyan = 0.52, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 50 | 105 | 41 | - |
| CMYK | 0.52 | 0 | 0.61 | 0.59 |
| HSL | 111.56º | 0.44% | 0.29% | - |
| HSV(B) | 111.56º | 0.61% | 0.41% | - |
| XYZ | 6.77 | 10.94 | 3.85 | - |
| YUV | 81.26 | 105.28 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 105 | 41 | 0.52 | 0 | 0.61 | 0.59 | 111.56 | 0.44 | 0.29 |
| Hex | 32 | 69 | 29 | 34 | 0 | 3D | 3B | 70 | 2C | 1D |
| Octal | 62 | 151 | 51 | 64 | 0 | 75 | 73 | 160 | 54 | 35 |
| Binary | 110010 | 1101001 | 101001 | 110100 | 0 | 111101 | 111011 | 1110000 | 101100 | 11101 |
Color Harmonies of #326929
Complementary color
Monochromatic Colors of #326929
Black with #326929
Text Example
Text Example
White with #326929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326929; }
p { color: rgb(50,105,41); }
H1.HeaderClassName
{
color: #326929;
}
.AnyTagClassName
{
color: #326929;
}
</style>
background-color css
<style>
a { background-color: #326929; }
a { background-color: rgb(50,105,41); }
div.DivClassName
{
background-color: #326929;
}
.BgClassName
{
background-color: #326929;
}
</style>
border-color css
<style>
span { border-color: #326929; }
span { border-color: rgb(50,105,41); }
td.TdClassName
{
border-color: #326929;
}
.TagClassName
{
border-color: #326929;
}
</style>