Shades of Green House #316D26
Tints of Green House #316D26
RGB
CMYK
RGB Variations
Color information
#316D26 (or 0x316D26) is known color: Green House. HEX triplet: 31, 6D and 26. RGB value is (49,109,38). Sum of RGB (Red+Green+Blue) = 49+109+38=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 109 (42.97% from 255 or 55.61% from 196); Blue value is 38 (15.23% from 255 or 19.39% from 196); Max value from RGB is 109 - color contains mainly: green. Hex color #316D26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316D26 is #CE92D9. Grayscale: #535353. Windows color (decimal): -13538010 or 2518321. OLE color: 2518321.
HSL color Cylindrical-coordinate representation of color #316D26: hue angle of 110.7º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #316D26 is Cyan = 0.55, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 109 | 38 | - |
| CMYK | 0.55 | 0 | 0.65 | 0.57 |
| HSL | 110.7º | 0.48% | 0.29% | - |
| HSV(B) | 110.7º | 0.65% | 0.43% | - |
| XYZ | 7.09 | 11.73 | 3.72 | - |
| YUV | 82.97 | 102.62 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 109 | 38 | 0.55 | 0 | 0.65 | 0.57 | 110.7 | 0.48 | 0.29 |
| Hex | 31 | 6D | 26 | 37 | 0 | 41 | 39 | 6F | 30 | 1D |
| Octal | 61 | 155 | 46 | 67 | 0 | 101 | 71 | 157 | 60 | 35 |
| Binary | 110001 | 1101101 | 100110 | 110111 | 0 | 1000001 | 111001 | 1101111 | 110000 | 11101 |
Color Harmonies of #316D26
Complementary color
Monochromatic Colors of #316D26
Black with #316D26
Text Example
Text Example
White with #316D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316D26; }
p { color: rgb(49,109,38); }
H1.HeaderClassName
{
color: #316D26;
}
.AnyTagClassName
{
color: #316D26;
}
</style>
background-color css
<style>
a { background-color: #316D26; }
a { background-color: rgb(49,109,38); }
div.DivClassName
{
background-color: #316D26;
}
.BgClassName
{
background-color: #316D26;
}
</style>
border-color css
<style>
span { border-color: #316D26; }
span { border-color: rgb(49,109,38); }
td.TdClassName
{
border-color: #316D26;
}
.TagClassName
{
border-color: #316D26;
}
</style>