Shades of Green House #325D27
Tints of Green House #325D27
RGB
CMYK
RGB Variations
Color information
#325D27 (or 0x325D27) is known color: Green House. HEX triplet: 32, 5D and 27. RGB value is (50,93,39). Sum of RGB (Red+Green+Blue) = 50+93+39=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 93 (36.72% from 255 or 51.10% from 182); Blue value is 39 (15.62% from 255 or 21.43% from 182); Max value from RGB is 93 - color contains mainly: green. Hex color #325D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325D27 is #CDA2D8. Grayscale: #4A4A4A. Windows color (decimal): -13476569 or 2579762. OLE color: 2579762.
HSL color Cylindrical-coordinate representation of color #325D27: hue angle of 107.78º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #325D27 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 93 | 39 | - |
| CMYK | 0.46 | 0 | 0.58 | 0.64 |
| HSL | 107.78º | 0.41% | 0.26% | - |
| HSV(B) | 107.78º | 0.58% | 0.36% | - |
| XYZ | 5.6 | 8.65 | 3.29 | - |
| YUV | 73.99 | 108.25 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 39 | 0.46 | 0 | 0.58 | 0.64 | 107.78 | 0.41 | 0.26 |
| Hex | 32 | 5D | 27 | 2E | 0 | 3A | 40 | 6C | 29 | 1A |
| Octal | 62 | 135 | 47 | 56 | 0 | 72 | 100 | 154 | 51 | 32 |
| Binary | 110010 | 1011101 | 100111 | 101110 | 0 | 111010 | 1000000 | 1101100 | 101001 | 11010 |
Color Harmonies of #325D27
Complementary color
Monochromatic Colors of #325D27
Black with #325D27
Text Example
Text Example
White with #325D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325D27; }
p { color: rgb(50,93,39); }
H1.HeaderClassName
{
color: #325D27;
}
.AnyTagClassName
{
color: #325D27;
}
</style>
background-color css
<style>
a { background-color: #325D27; }
a { background-color: rgb(50,93,39); }
div.DivClassName
{
background-color: #325D27;
}
.BgClassName
{
background-color: #325D27;
}
</style>
border-color css
<style>
span { border-color: #325D27; }
span { border-color: rgb(50,93,39); }
td.TdClassName
{
border-color: #325D27;
}
.TagClassName
{
border-color: #325D27;
}
</style>