Shades of Green House #325E2D
Tints of Green House #325E2D
RGB
CMYK
RGB Variations
Color information
#325E2D (or 0x325E2D) is known color: Green House. HEX triplet: 32, 5E and 2D. RGB value is (50,94,45). Sum of RGB (Red+Green+Blue) = 50+94+45=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 94 (37.11% from 255 or 49.74% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 94 - color contains mainly: green. Hex color #325E2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325E2D is #CDA1D2. Grayscale: #4B4B4B. Windows color (decimal): -13476307 or 2973234. OLE color: 2973234.
HSL color Cylindrical-coordinate representation of color #325E2D: hue angle of 113.88º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #325E2D is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 94 | 45 | - |
| CMYK | 0.47 | 0 | 0.52 | 0.63 |
| HSL | 113.88º | 0.35% | 0.27% | - |
| HSV(B) | 113.88º | 0.52% | 0.37% | - |
| XYZ | 5.79 | 8.87 | 3.89 | - |
| YUV | 75.26 | 110.92 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 45 | 0.47 | 0 | 0.52 | 0.63 | 113.88 | 0.35 | 0.27 |
| Hex | 32 | 5E | 2D | 2F | 0 | 34 | 3F | 72 | 23 | 1B |
| Octal | 62 | 136 | 55 | 57 | 0 | 64 | 77 | 162 | 43 | 33 |
| Binary | 110010 | 1011110 | 101101 | 101111 | 0 | 110100 | 111111 | 1110010 | 100011 | 11011 |
Color Harmonies of #325E2D
Complementary color
Monochromatic Colors of #325E2D
Black with #325E2D
Text Example
Text Example
White with #325E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325E2D; }
p { color: rgb(50,94,45); }
H1.HeaderClassName
{
color: #325E2D;
}
.AnyTagClassName
{
color: #325E2D;
}
</style>
background-color css
<style>
a { background-color: #325E2D; }
a { background-color: rgb(50,94,45); }
div.DivClassName
{
background-color: #325E2D;
}
.BgClassName
{
background-color: #325E2D;
}
</style>
border-color css
<style>
span { border-color: #325E2D; }
span { border-color: rgb(50,94,45); }
td.TdClassName
{
border-color: #325E2D;
}
.TagClassName
{
border-color: #325E2D;
}
</style>