Shades of Green House #315E23
Tints of Green House #315E23
RGB
CMYK
RGB Variations
Color information
#315E23 (or 0x315E23) is known color: Green House. HEX triplet: 31, 5E and 23. RGB value is (49,94,35). Sum of RGB (Red+Green+Blue) = 49+94+35=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 94 (37.11% from 255 or 52.81% from 178); Blue value is 35 (14.06% from 255 or 19.66% from 178); Max value from RGB is 94 - color contains mainly: green. Hex color #315E23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315E23 is #CEA1DC. Grayscale: #4A4A4A. Windows color (decimal): -13541853 or 2317873. OLE color: 2317873.
HSL color Cylindrical-coordinate representation of color #315E23: hue angle of 105.76º 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 #315E23 is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 49 | 94 | 35 | - |
| CMYK | 0.48 | 0 | 0.63 | 0.63 |
| HSL | 105.76º | 0.46% | 0.25% | - |
| HSV(B) | 105.76º | 0.63% | 0.37% | - |
| XYZ | 5.57 | 8.78 | 2.99 | - |
| YUV | 73.82 | 106.09 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 94 | 35 | 0.48 | 0 | 0.63 | 0.63 | 105.76 | 0.46 | 0.25 |
| Hex | 31 | 5E | 23 | 30 | 0 | 3F | 3F | 6A | 2E | 19 |
| Octal | 61 | 136 | 43 | 60 | 0 | 77 | 77 | 152 | 56 | 31 |
| Binary | 110001 | 1011110 | 100011 | 110000 | 0 | 111111 | 111111 | 1101010 | 101110 | 11001 |
Color Harmonies of #315E23
Complementary color
Monochromatic Colors of #315E23
Black with #315E23
Text Example
Text Example
White with #315E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315E23; }
p { color: rgb(49,94,35); }
H1.HeaderClassName
{
color: #315E23;
}
.AnyTagClassName
{
color: #315E23;
}
</style>
background-color css
<style>
a { background-color: #315E23; }
a { background-color: rgb(49,94,35); }
div.DivClassName
{
background-color: #315E23;
}
.BgClassName
{
background-color: #315E23;
}
</style>
border-color css
<style>
span { border-color: #315E23; }
span { border-color: rgb(49,94,35); }
td.TdClassName
{
border-color: #315E23;
}
.TagClassName
{
border-color: #315E23;
}
</style>