Shades of Green House #315F25
Tints of Green House #315F25
RGB
CMYK
RGB Variations
Color information
#315F25 (or 0x315F25) is known color: Green House. HEX triplet: 31, 5F and 25. RGB value is (49,95,37). Sum of RGB (Red+Green+Blue) = 49+95+37=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 95 (37.5% from 255 or 52.49% from 181); Blue value is 37 (14.84% from 255 or 20.44% from 181); Max value from RGB is 95 - color contains mainly: green. Hex color #315F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315F25 is #CEA0DA. Grayscale: #4A4A4A. Windows color (decimal): -13541595 or 2449201. OLE color: 2449201.
HSL color Cylindrical-coordinate representation of color #315F25: hue angle of 107.59º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #315F25 is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 49 | 95 | 37 | - |
| CMYK | 0.48 | 0 | 0.61 | 0.63 |
| HSL | 107.59º | 0.44% | 0.26% | - |
| HSV(B) | 107.59º | 0.61% | 0.37% | - |
| XYZ | 5.69 | 8.97 | 3.18 | - |
| YUV | 74.63 | 106.76 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 95 | 37 | 0.48 | 0 | 0.61 | 0.63 | 107.59 | 0.44 | 0.26 |
| Hex | 31 | 5F | 25 | 30 | 0 | 3D | 3F | 6C | 2C | 1A |
| Octal | 61 | 137 | 45 | 60 | 0 | 75 | 77 | 154 | 54 | 32 |
| Binary | 110001 | 1011111 | 100101 | 110000 | 0 | 111101 | 111111 | 1101100 | 101100 | 11010 |
Color Harmonies of #315F25
Complementary color
Monochromatic Colors of #315F25
Black with #315F25
Text Example
Text Example
White with #315F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315F25; }
p { color: rgb(49,95,37); }
H1.HeaderClassName
{
color: #315F25;
}
.AnyTagClassName
{
color: #315F25;
}
</style>
background-color css
<style>
a { background-color: #315F25; }
a { background-color: rgb(49,95,37); }
div.DivClassName
{
background-color: #315F25;
}
.BgClassName
{
background-color: #315F25;
}
</style>
border-color css
<style>
span { border-color: #315F25; }
span { border-color: rgb(49,95,37); }
td.TdClassName
{
border-color: #315F25;
}
.TagClassName
{
border-color: #315F25;
}
</style>