Shades of Green House #316423
Tints of Green House #316423
RGB
CMYK
RGB Variations
Color information
#316423 (or 0x316423) is known color: Green House. HEX triplet: 31, 64 and 23. RGB value is (49,100,35). Sum of RGB (Red+Green+Blue) = 49+100+35=184 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.63% from 184); Green value is 100 (39.45% from 255 or 54.35% from 184); Blue value is 35 (14.06% from 255 or 19.02% from 184); Max value from RGB is 100 - color contains mainly: green. Hex color #316423 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316423 is #CE9BDC. Grayscale: #4D4D4D. Windows color (decimal): -13540317 or 2319409. OLE color: 2319409.
HSL color Cylindrical-coordinate representation of color #316423: hue angle of 107.08º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #316423 is Cyan = 0.51, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 100 | 35 | - |
| CMYK | 0.51 | 0 | 0.65 | 0.61 |
| HSL | 107.08º | 0.48% | 0.26% | - |
| HSV(B) | 107.08º | 0.65% | 0.39% | - |
| XYZ | 6.13 | 9.89 | 3.18 | - |
| YUV | 77.34 | 104.1 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 100 | 35 | 0.51 | 0 | 0.65 | 0.61 | 107.08 | 0.48 | 0.26 |
| Hex | 31 | 64 | 23 | 33 | 0 | 41 | 3D | 6B | 30 | 1A |
| Octal | 61 | 144 | 43 | 63 | 0 | 101 | 75 | 153 | 60 | 32 |
| Binary | 110001 | 1100100 | 100011 | 110011 | 0 | 1000001 | 111101 | 1101011 | 110000 | 11010 |
Color Harmonies of #316423
Complementary color
Monochromatic Colors of #316423
Black with #316423
Text Example
Text Example
White with #316423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316423; }
p { color: rgb(49,100,35); }
H1.HeaderClassName
{
color: #316423;
}
.AnyTagClassName
{
color: #316423;
}
</style>
background-color css
<style>
a { background-color: #316423; }
a { background-color: rgb(49,100,35); }
div.DivClassName
{
background-color: #316423;
}
.BgClassName
{
background-color: #316423;
}
</style>
border-color css
<style>
span { border-color: #316423; }
span { border-color: rgb(49,100,35); }
td.TdClassName
{
border-color: #316423;
}
.TagClassName
{
border-color: #316423;
}
</style>