Shades of Green House #325E23
Tints of Green House #325E23
RGB
CMYK
RGB Variations
Color information
#325E23 (or 0x325E23) is known color: Green House. HEX triplet: 32, 5E and 23. RGB value is (50,94,35). Sum of RGB (Red+Green+Blue) = 50+94+35=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 94 (37.11% from 255 or 52.51% from 179); Blue value is 35 (14.06% from 255 or 19.55% from 179); Max value from RGB is 94 - color contains mainly: green. Hex color #325E23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325E23 is #CDA1DC. Grayscale: #4A4A4A. Windows color (decimal): -13476317 or 2317874. OLE color: 2317874.
HSL color Cylindrical-coordinate representation of color #325E23: hue angle of 104.75º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #325E23 is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 94 | 35 | - |
| CMYK | 0.47 | 0 | 0.63 | 0.63 |
| HSL | 104.75º | 0.46% | 0.25% | - |
| HSV(B) | 104.75º | 0.63% | 0.37% | - |
| XYZ | 5.62 | 8.8 | 2.99 | - |
| YUV | 74.12 | 105.92 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 35 | 0.47 | 0 | 0.63 | 0.63 | 104.75 | 0.46 | 0.25 |
| Hex | 32 | 5E | 23 | 2F | 0 | 3F | 3F | 69 | 2E | 19 |
| Octal | 62 | 136 | 43 | 57 | 0 | 77 | 77 | 151 | 56 | 31 |
| Binary | 110010 | 1011110 | 100011 | 101111 | 0 | 111111 | 111111 | 1101001 | 101110 | 11001 |
Color Harmonies of #325E23
Complementary color
Monochromatic Colors of #325E23
Black with #325E23
Text Example
Text Example
White with #325E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325E23; }
p { color: rgb(50,94,35); }
H1.HeaderClassName
{
color: #325E23;
}
.AnyTagClassName
{
color: #325E23;
}
</style>
background-color css
<style>
a { background-color: #325E23; }
a { background-color: rgb(50,94,35); }
div.DivClassName
{
background-color: #325E23;
}
.BgClassName
{
background-color: #325E23;
}
</style>
border-color css
<style>
span { border-color: #325E23; }
span { border-color: rgb(50,94,35); }
td.TdClassName
{
border-color: #325E23;
}
.TagClassName
{
border-color: #325E23;
}
</style>