Shades of Green House #315C27
Tints of Green House #315C27
RGB
CMYK
RGB Variations
Color information
#315C27 (or 0x315C27) is known color: Green House. HEX triplet: 31, 5C and 27. RGB value is (49,92,39). Sum of RGB (Red+Green+Blue) = 49+92+39=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 92 (36.33% from 255 or 51.11% from 180); Blue value is 39 (15.62% from 255 or 21.67% from 180); Max value from RGB is 92 - color contains mainly: green. Hex color #315C27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315C27 is #CEA3D8. Grayscale: #494949. Windows color (decimal): -13542361 or 2579505. OLE color: 2579505.
HSL color Cylindrical-coordinate representation of color #315C27: hue angle of 108.68º degrees, saturation: 0.4, 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 #315C27 is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 92 | 39 | - |
| CMYK | 0.47 | 0 | 0.58 | 0.64 |
| HSL | 108.68º | 0.4% | 0.26% | - |
| HSV(B) | 108.68º | 0.58% | 0.36% | - |
| XYZ | 5.46 | 8.45 | 3.26 | - |
| YUV | 73.1 | 108.75 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 39 | 0.47 | 0 | 0.58 | 0.64 | 108.68 | 0.4 | 0.26 |
| Hex | 31 | 5C | 27 | 2F | 0 | 3A | 40 | 6D | 28 | 1A |
| Octal | 61 | 134 | 47 | 57 | 0 | 72 | 100 | 155 | 50 | 32 |
| Binary | 110001 | 1011100 | 100111 | 101111 | 0 | 111010 | 1000000 | 1101101 | 101000 | 11010 |
Color Harmonies of #315C27
Complementary color
Monochromatic Colors of #315C27
Black with #315C27
Text Example
Text Example
White with #315C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315C27; }
p { color: rgb(49,92,39); }
H1.HeaderClassName
{
color: #315C27;
}
.AnyTagClassName
{
color: #315C27;
}
</style>
background-color css
<style>
a { background-color: #315C27; }
a { background-color: rgb(49,92,39); }
div.DivClassName
{
background-color: #315C27;
}
.BgClassName
{
background-color: #315C27;
}
</style>
border-color css
<style>
span { border-color: #315C27; }
span { border-color: rgb(49,92,39); }
td.TdClassName
{
border-color: #315C27;
}
.TagClassName
{
border-color: #315C27;
}
</style>