Shades of Green House #325F2D
Tints of Green House #325F2D
RGB
CMYK
RGB Variations
Color information
#325F2D (or 0x325F2D) is known color: Green House. HEX triplet: 32, 5F and 2D. RGB value is (50,95,45). Sum of RGB (Red+Green+Blue) = 50+95+45=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 95 (37.5% from 255 or 50% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 95 - color contains mainly: green. Hex color #325F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325F2D is #CDA0D2. Grayscale: #4C4C4C. Windows color (decimal): -13476051 or 2973490. OLE color: 2973490.
HSL color Cylindrical-coordinate representation of color #325F2D: hue angle of 114º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #325F2D is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 95 | 45 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.63 |
| HSL | 114º | 0.36% | 0.27% | - |
| HSV(B) | 114º | 0.53% | 0.37% | - |
| XYZ | 5.88 | 9.05 | 3.92 | - |
| YUV | 75.85 | 110.59 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 95 | 45 | 0.47 | 0 | 0.53 | 0.63 | 114 | 0.36 | 0.27 |
| Hex | 32 | 5F | 2D | 2F | 0 | 35 | 3F | 72 | 24 | 1B |
| Octal | 62 | 137 | 55 | 57 | 0 | 65 | 77 | 162 | 44 | 33 |
| Binary | 110010 | 1011111 | 101101 | 101111 | 0 | 110101 | 111111 | 1110010 | 100100 | 11011 |
Color Harmonies of #325F2D
Complementary color
Monochromatic Colors of #325F2D
Black with #325F2D
Text Example
Text Example
White with #325F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325F2D; }
p { color: rgb(50,95,45); }
H1.HeaderClassName
{
color: #325F2D;
}
.AnyTagClassName
{
color: #325F2D;
}
</style>
background-color css
<style>
a { background-color: #325F2D; }
a { background-color: rgb(50,95,45); }
div.DivClassName
{
background-color: #325F2D;
}
.BgClassName
{
background-color: #325F2D;
}
</style>
border-color css
<style>
span { border-color: #325F2D; }
span { border-color: rgb(50,95,45); }
td.TdClassName
{
border-color: #325F2D;
}
.TagClassName
{
border-color: #325F2D;
}
</style>