Shades of Green House #326629
Tints of Green House #326629
RGB
CMYK
RGB Variations
Color information
#326629 (or 0x326629) is known color: Green House. HEX triplet: 32, 66 and 29. RGB value is (50,102,41). Sum of RGB (Red+Green+Blue) = 50+102+41=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 102 (40.23% from 255 or 52.85% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 102 - color contains mainly: green. Hex color #326629 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326629 is #CD99D6. Grayscale: #4F4F4F. Windows color (decimal): -13474263 or 2713138. OLE color: 2713138.
HSL color Cylindrical-coordinate representation of color #326629: hue angle of 111.15º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #326629 is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 50 | 102 | 41 | - |
| CMYK | 0.51 | 0 | 0.60 | 0.6 |
| HSL | 111.15º | 0.43% | 0.28% | - |
| HSV(B) | 111.15º | 0.6% | 0.4% | - |
| XYZ | 6.47 | 10.34 | 3.75 | - |
| YUV | 79.5 | 106.27 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 102 | 41 | 0.51 | 0 | 0.60 | 0.6 | 111.15 | 0.43 | 0.28 |
| Hex | 32 | 66 | 29 | 33 | 0 | 3C | 3C | 6F | 2B | 1C |
| Octal | 62 | 146 | 51 | 63 | 0 | 74 | 74 | 157 | 53 | 34 |
| Binary | 110010 | 1100110 | 101001 | 110011 | 0 | 111100 | 111100 | 1101111 | 101011 | 11100 |
Color Harmonies of #326629
Complementary color
Monochromatic Colors of #326629
Black with #326629
Text Example
Text Example
White with #326629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326629; }
p { color: rgb(50,102,41); }
H1.HeaderClassName
{
color: #326629;
}
.AnyTagClassName
{
color: #326629;
}
</style>
background-color css
<style>
a { background-color: #326629; }
a { background-color: rgb(50,102,41); }
div.DivClassName
{
background-color: #326629;
}
.BgClassName
{
background-color: #326629;
}
</style>
border-color css
<style>
span { border-color: #326629; }
span { border-color: rgb(50,102,41); }
td.TdClassName
{
border-color: #326629;
}
.TagClassName
{
border-color: #326629;
}
</style>