Shades of Green House #325F22
Tints of Green House #325F22
RGB
CMYK
RGB Variations
Color information
#325F22 (or 0x325F22) is known color: Green House. HEX triplet: 32, 5F and 22. RGB value is (50,95,34). Sum of RGB (Red+Green+Blue) = 50+95+34=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 95 (37.5% from 255 or 53.07% from 179); Blue value is 34 (13.67% from 255 or 18.99% from 179); Max value from RGB is 95 - color contains mainly: green. Hex color #325F22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325F22 is #CDA0DD. Grayscale: #4A4A4A. Windows color (decimal): -13476062 or 2252594. OLE color: 2252594.
HSL color Cylindrical-coordinate representation of color #325F22: hue angle of 104.26º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #325F22 is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 95 | 34 | - |
| CMYK | 0.47 | 0 | 0.64 | 0.63 |
| HSL | 104.26º | 0.47% | 0.25% | - |
| HSV(B) | 104.26º | 0.64% | 0.37% | - |
| XYZ | 5.7 | 8.98 | 2.95 | - |
| YUV | 74.59 | 105.09 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 95 | 34 | 0.47 | 0 | 0.64 | 0.63 | 104.26 | 0.47 | 0.25 |
| Hex | 32 | 5F | 22 | 2F | 0 | 40 | 3F | 68 | 2F | 19 |
| Octal | 62 | 137 | 42 | 57 | 0 | 100 | 77 | 150 | 57 | 31 |
| Binary | 110010 | 1011111 | 100010 | 101111 | 0 | 1000000 | 111111 | 1101000 | 101111 | 11001 |
Color Harmonies of #325F22
Complementary color
Monochromatic Colors of #325F22
Black with #325F22
Text Example
Text Example
White with #325F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325F22; }
p { color: rgb(50,95,34); }
H1.HeaderClassName
{
color: #325F22;
}
.AnyTagClassName
{
color: #325F22;
}
</style>
background-color css
<style>
a { background-color: #325F22; }
a { background-color: rgb(50,95,34); }
div.DivClassName
{
background-color: #325F22;
}
.BgClassName
{
background-color: #325F22;
}
</style>
border-color css
<style>
span { border-color: #325F22; }
span { border-color: rgb(50,95,34); }
td.TdClassName
{
border-color: #325F22;
}
.TagClassName
{
border-color: #325F22;
}
</style>