Shades of Green House #315A28
Tints of Green House #315A28
RGB
CMYK
RGB Variations
Color information
#315A28 (or 0x315A28) is known color: Green House. HEX triplet: 31, 5A and 28. RGB value is (49,90,40). Sum of RGB (Red+Green+Blue) = 49+90+40=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 90 (35.55% from 255 or 50.28% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 90 - color contains mainly: green. Hex color #315A28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315A28 is #CEA5D7. Grayscale: #484848. Windows color (decimal): -13542872 or 2644529. OLE color: 2644529.
HSL color Cylindrical-coordinate representation of color #315A28: hue angle of 109.2º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #315A28 is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 90 | 40 | - |
| CMYK | 0.46 | 0 | 0.56 | 0.65 |
| HSL | 109.2º | 0.38% | 0.25% | - |
| HSV(B) | 109.2º | 0.56% | 0.35% | - |
| XYZ | 5.31 | 8.12 | 3.29 | - |
| YUV | 72.04 | 109.92 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 90 | 40 | 0.46 | 0 | 0.56 | 0.65 | 109.2 | 0.38 | 0.25 |
| Hex | 31 | 5A | 28 | 2E | 0 | 38 | 41 | 6D | 26 | 19 |
| Octal | 61 | 132 | 50 | 56 | 0 | 70 | 101 | 155 | 46 | 31 |
| Binary | 110001 | 1011010 | 101000 | 101110 | 0 | 111000 | 1000001 | 1101101 | 100110 | 11001 |
Color Harmonies of #315A28
Complementary color
Monochromatic Colors of #315A28
Black with #315A28
Text Example
Text Example
White with #315A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315A28; }
p { color: rgb(49,90,40); }
H1.HeaderClassName
{
color: #315A28;
}
.AnyTagClassName
{
color: #315A28;
}
</style>
background-color css
<style>
a { background-color: #315A28; }
a { background-color: rgb(49,90,40); }
div.DivClassName
{
background-color: #315A28;
}
.BgClassName
{
background-color: #315A28;
}
</style>
border-color css
<style>
span { border-color: #315A28; }
span { border-color: rgb(49,90,40); }
td.TdClassName
{
border-color: #315A28;
}
.TagClassName
{
border-color: #315A28;
}
</style>