Shades of Green House #326828
Tints of Green House #326828
RGB
CMYK
RGB Variations
Color information
#326828 (or 0x326828) is known color: Green House. HEX triplet: 32, 68 and 28. RGB value is (50,104,40). Sum of RGB (Red+Green+Blue) = 50+104+40=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 104 (41.02% from 255 or 53.61% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 104 - color contains mainly: green. Hex color #326828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326828 is #CD97D7. Grayscale: #505050. Windows color (decimal): -13473752 or 2648114. OLE color: 2648114.
HSL color Cylindrical-coordinate representation of color #326828: hue angle of 110.62º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #326828 is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 50 | 104 | 40 | - |
| CMYK | 0.52 | 0 | 0.62 | 0.59 |
| HSL | 110.63º | 0.44% | 0.28% | - |
| HSV(B) | 110.63º | 0.62% | 0.41% | - |
| XYZ | 6.65 | 10.73 | 3.73 | - |
| YUV | 80.56 | 105.11 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 104 | 40 | 0.52 | 0 | 0.62 | 0.59 | 110.63 | 0.44 | 0.28 |
| Hex | 32 | 68 | 28 | 34 | 0 | 3E | 3B | 6F | 2C | 1C |
| Octal | 62 | 150 | 50 | 64 | 0 | 76 | 73 | 157 | 54 | 34 |
| Binary | 110010 | 1101000 | 101000 | 110100 | 0 | 111110 | 111011 | 1101111 | 101100 | 11100 |
Color Harmonies of #326828
Complementary color
Monochromatic Colors of #326828
Black with #326828
Text Example
Text Example
White with #326828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326828; }
p { color: rgb(50,104,40); }
H1.HeaderClassName
{
color: #326828;
}
.AnyTagClassName
{
color: #326828;
}
</style>
background-color css
<style>
a { background-color: #326828; }
a { background-color: rgb(50,104,40); }
div.DivClassName
{
background-color: #326828;
}
.BgClassName
{
background-color: #326828;
}
</style>
border-color css
<style>
span { border-color: #326828; }
span { border-color: rgb(50,104,40); }
td.TdClassName
{
border-color: #326828;
}
.TagClassName
{
border-color: #326828;
}
</style>