Shades of Green House #325F1E
Tints of Green House #325F1E
RGB
CMYK
RGB Variations
Color information
#325F1E (or 0x325F1E) is known color: Green House. HEX triplet: 32, 5F and 1E. RGB value is (50,95,30). Sum of RGB (Red+Green+Blue) = 50+95+30=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 95 (37.5% from 255 or 54.29% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 95 - color contains mainly: green. Hex color #325F1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325F1E is #CDA0E1. Grayscale: #4A4A4A. Windows color (decimal): -13476066 or 1990450. OLE color: 1990450.
HSL color Cylindrical-coordinate representation of color #325F1E: hue angle of 101.54º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #325F1E is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 95 | 30 | - |
| CMYK | 0.47 | 0 | 0.68 | 0.63 |
| HSL | 101.54º | 0.52% | 0.25% | - |
| HSV(B) | 101.54º | 0.68% | 0.37% | - |
| XYZ | 5.64 | 8.96 | 2.66 | - |
| YUV | 74.14 | 103.09 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 95 | 30 | 0.47 | 0 | 0.68 | 0.63 | 101.54 | 0.52 | 0.25 |
| Hex | 32 | 5F | 1E | 2F | 0 | 44 | 3F | 66 | 34 | 19 |
| Octal | 62 | 137 | 36 | 57 | 0 | 104 | 77 | 146 | 64 | 31 |
| Binary | 110010 | 1011111 | 11110 | 101111 | 0 | 1000100 | 111111 | 1100110 | 110100 | 11001 |
Color Harmonies of #325F1E
Complementary color
Monochromatic Colors of #325F1E
Black with #325F1E
Text Example
Text Example
White with #325F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325F1E; }
p { color: rgb(50,95,30); }
H1.HeaderClassName
{
color: #325F1E;
}
.AnyTagClassName
{
color: #325F1E;
}
</style>
background-color css
<style>
a { background-color: #325F1E; }
a { background-color: rgb(50,95,30); }
div.DivClassName
{
background-color: #325F1E;
}
.BgClassName
{
background-color: #325F1E;
}
</style>
border-color css
<style>
span { border-color: #325F1E; }
span { border-color: rgb(50,95,30); }
td.TdClassName
{
border-color: #325F1E;
}
.TagClassName
{
border-color: #325F1E;
}
</style>