Shades of Green House #325F2B
Tints of Green House #325F2B
RGB
CMYK
RGB Variations
Color information
#325F2B (or 0x325F2B) is known color: Green House. HEX triplet: 32, 5F and 2B. RGB value is (50,95,43). Sum of RGB (Red+Green+Blue) = 50+95+43=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 95 (37.5% from 255 or 50.53% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 95 - color contains mainly: green. Hex color #325F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325F2B is #CDA0D4. Grayscale: #4B4B4B. Windows color (decimal): -13476053 or 2842418. OLE color: 2842418.
HSL color Cylindrical-coordinate representation of color #325F2B: hue angle of 111.92º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #325F2B is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 95 | 43 | - |
| CMYK | 0.47 | 0 | 0.55 | 0.63 |
| HSL | 111.92º | 0.38% | 0.27% | - |
| HSV(B) | 111.92º | 0.55% | 0.37% | - |
| XYZ | 5.84 | 9.04 | 3.72 | - |
| YUV | 75.62 | 109.59 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 95 | 43 | 0.47 | 0 | 0.55 | 0.63 | 111.92 | 0.38 | 0.27 |
| Hex | 32 | 5F | 2B | 2F | 0 | 37 | 3F | 70 | 26 | 1B |
| Octal | 62 | 137 | 53 | 57 | 0 | 67 | 77 | 160 | 46 | 33 |
| Binary | 110010 | 1011111 | 101011 | 101111 | 0 | 110111 | 111111 | 1110000 | 100110 | 11011 |
Color Harmonies of #325F2B
Complementary color
Monochromatic Colors of #325F2B
Black with #325F2B
Text Example
Text Example
White with #325F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325F2B; }
p { color: rgb(50,95,43); }
H1.HeaderClassName
{
color: #325F2B;
}
.AnyTagClassName
{
color: #325F2B;
}
</style>
background-color css
<style>
a { background-color: #325F2B; }
a { background-color: rgb(50,95,43); }
div.DivClassName
{
background-color: #325F2B;
}
.BgClassName
{
background-color: #325F2B;
}
</style>
border-color css
<style>
span { border-color: #325F2B; }
span { border-color: rgb(50,95,43); }
td.TdClassName
{
border-color: #325F2B;
}
.TagClassName
{
border-color: #325F2B;
}
</style>