Shades of Green House #316326
Tints of Green House #316326
RGB
CMYK
RGB Variations
Color information
#316326 (or 0x316326) is known color: Green House. HEX triplet: 31, 63 and 26. RGB value is (49,99,38). Sum of RGB (Red+Green+Blue) = 49+99+38=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 99 (39.06% from 255 or 53.23% from 186); Blue value is 38 (15.23% from 255 or 20.43% from 186); Max value from RGB is 99 - color contains mainly: green. Hex color #316326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316326 is #CE9CD9. Grayscale: #4D4D4D. Windows color (decimal): -13540570 or 2515761. OLE color: 2515761.
HSL color Cylindrical-coordinate representation of color #316326: hue angle of 109.18º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #316326 is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 99 | 38 | - |
| CMYK | 0.51 | 0 | 0.62 | 0.61 |
| HSL | 109.18º | 0.45% | 0.27% | - |
| HSV(B) | 109.18º | 0.62% | 0.39% | - |
| XYZ | 6.08 | 9.72 | 3.39 | - |
| YUV | 77.1 | 105.94 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 99 | 38 | 0.51 | 0 | 0.62 | 0.61 | 109.18 | 0.45 | 0.27 |
| Hex | 31 | 63 | 26 | 33 | 0 | 3E | 3D | 6D | 2D | 1B |
| Octal | 61 | 143 | 46 | 63 | 0 | 76 | 75 | 155 | 55 | 33 |
| Binary | 110001 | 1100011 | 100110 | 110011 | 0 | 111110 | 111101 | 1101101 | 101101 | 11011 |
Color Harmonies of #316326
Complementary color
Monochromatic Colors of #316326
Black with #316326
Text Example
Text Example
White with #316326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316326; }
p { color: rgb(49,99,38); }
H1.HeaderClassName
{
color: #316326;
}
.AnyTagClassName
{
color: #316326;
}
</style>
background-color css
<style>
a { background-color: #316326; }
a { background-color: rgb(49,99,38); }
div.DivClassName
{
background-color: #316326;
}
.BgClassName
{
background-color: #316326;
}
</style>
border-color css
<style>
span { border-color: #316326; }
span { border-color: rgb(49,99,38); }
td.TdClassName
{
border-color: #316326;
}
.TagClassName
{
border-color: #316326;
}
</style>