Shades of Green House #316425
Tints of Green House #316425
RGB
CMYK
RGB Variations
Color information
#316425 (or 0x316425) is known color: Green House. HEX triplet: 31, 64 and 25. RGB value is (49,100,37). Sum of RGB (Red+Green+Blue) = 49+100+37=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 100 (39.45% from 255 or 53.76% from 186); Blue value is 37 (14.84% from 255 or 19.89% from 186); Max value from RGB is 100 - color contains mainly: green. Hex color #316425 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316425 is #CE9BDA. Grayscale: #4D4D4D. Windows color (decimal): -13540315 or 2450481. OLE color: 2450481.
HSL color Cylindrical-coordinate representation of color #316425: hue angle of 108.57º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #316425 is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 100 | 37 | - |
| CMYK | 0.51 | 0 | 0.63 | 0.61 |
| HSL | 108.57º | 0.46% | 0.27% | - |
| HSV(B) | 108.57º | 0.63% | 0.39% | - |
| XYZ | 6.16 | 9.9 | 3.34 | - |
| YUV | 77.57 | 105.1 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 100 | 37 | 0.51 | 0 | 0.63 | 0.61 | 108.57 | 0.46 | 0.27 |
| Hex | 31 | 64 | 25 | 33 | 0 | 3F | 3D | 6D | 2E | 1B |
| Octal | 61 | 144 | 45 | 63 | 0 | 77 | 75 | 155 | 56 | 33 |
| Binary | 110001 | 1100100 | 100101 | 110011 | 0 | 111111 | 111101 | 1101101 | 101110 | 11011 |
Color Harmonies of #316425
Complementary color
Monochromatic Colors of #316425
Black with #316425
Text Example
Text Example
White with #316425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316425; }
p { color: rgb(49,100,37); }
H1.HeaderClassName
{
color: #316425;
}
.AnyTagClassName
{
color: #316425;
}
</style>
background-color css
<style>
a { background-color: #316425; }
a { background-color: rgb(49,100,37); }
div.DivClassName
{
background-color: #316425;
}
.BgClassName
{
background-color: #316425;
}
</style>
border-color css
<style>
span { border-color: #316425; }
span { border-color: rgb(49,100,37); }
td.TdClassName
{
border-color: #316425;
}
.TagClassName
{
border-color: #316425;
}
</style>