Shades of Green House #326326
Tints of Green House #326326
RGB
CMYK
RGB Variations
Color information
#326326 (or 0x326326) is known color: Green House. HEX triplet: 32, 63 and 26. RGB value is (50,99,38). Sum of RGB (Red+Green+Blue) = 50+99+38=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 99 (39.06% from 255 or 52.94% from 187); Blue value is 38 (15.23% from 255 or 20.32% from 187); Max value from RGB is 99 - color contains mainly: green. Hex color #326326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326326 is #CD9CD9. Grayscale: #4D4D4D. Windows color (decimal): -13475034 or 2515762. OLE color: 2515762.
HSL color Cylindrical-coordinate representation of color #326326: hue angle of 108.2º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #326326 is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 99 | 38 | - |
| CMYK | 0.49 | 0 | 0.62 | 0.61 |
| HSL | 108.2º | 0.45% | 0.27% | - |
| HSV(B) | 108.2º | 0.62% | 0.39% | - |
| XYZ | 6.13 | 9.74 | 3.39 | - |
| YUV | 77.4 | 105.77 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 99 | 38 | 0.49 | 0 | 0.62 | 0.61 | 108.2 | 0.45 | 0.27 |
| Hex | 32 | 63 | 26 | 31 | 0 | 3E | 3D | 6C | 2D | 1B |
| Octal | 62 | 143 | 46 | 61 | 0 | 76 | 75 | 154 | 55 | 33 |
| Binary | 110010 | 1100011 | 100110 | 110001 | 0 | 111110 | 111101 | 1101100 | 101101 | 11011 |
Color Harmonies of #326326
Complementary color
Monochromatic Colors of #326326
Black with #326326
Text Example
Text Example
White with #326326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326326; }
p { color: rgb(50,99,38); }
H1.HeaderClassName
{
color: #326326;
}
.AnyTagClassName
{
color: #326326;
}
</style>
background-color css
<style>
a { background-color: #326326; }
a { background-color: rgb(50,99,38); }
div.DivClassName
{
background-color: #326326;
}
.BgClassName
{
background-color: #326326;
}
</style>
border-color css
<style>
span { border-color: #326326; }
span { border-color: rgb(50,99,38); }
td.TdClassName
{
border-color: #326326;
}
.TagClassName
{
border-color: #326326;
}
</style>