Shades of Green House #31671D
Tints of Green House #31671D
RGB
CMYK
RGB Variations
Color information
#31671D (or 0x31671D) is known color: Green House. HEX triplet: 31, 67 and 1D. RGB value is (49,103,29). Sum of RGB (Red+Green+Blue) = 49+103+29=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 103 (40.62% from 255 or 56.91% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 103 - color contains mainly: green. Hex color #31671D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31671D is #CE98E2. Grayscale: #4E4E4E. Windows color (decimal): -13539555 or 1926961. OLE color: 1926961.
HSL color Cylindrical-coordinate representation of color #31671D: hue angle of 103.78º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31671D is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 49 | 103 | 29 | - |
| CMYK | 0.52 | 0 | 0.72 | 0.60 |
| HSL | 103.78º | 0.56% | 0.26% | - |
| HSV(B) | 103.78º | 0.72% | 0.4% | - |
| XYZ | 6.34 | 10.44 | 2.84 | - |
| YUV | 78.42 | 100.11 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 103 | 29 | 0.52 | 0 | 0.72 | 0.60 | 103.78 | 0.56 | 0.26 |
| Hex | 31 | 67 | 1D | 34 | 0 | 48 | 3C | 68 | 38 | 1A |
| Octal | 61 | 147 | 35 | 64 | 0 | 110 | 74 | 150 | 70 | 32 |
| Binary | 110001 | 1100111 | 11101 | 110100 | 0 | 1001000 | 111100 | 1101000 | 111000 | 11010 |
Color Harmonies of #31671D
Complementary color
Monochromatic Colors of #31671D
Black with #31671D
Text Example
Text Example
White with #31671D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31671D; }
p { color: rgb(49,103,29); }
H1.HeaderClassName
{
color: #31671D;
}
.AnyTagClassName
{
color: #31671D;
}
</style>
background-color css
<style>
a { background-color: #31671D; }
a { background-color: rgb(49,103,29); }
div.DivClassName
{
background-color: #31671D;
}
.BgClassName
{
background-color: #31671D;
}
</style>
border-color css
<style>
span { border-color: #31671D; }
span { border-color: rgb(49,103,29); }
td.TdClassName
{
border-color: #31671D;
}
.TagClassName
{
border-color: #31671D;
}
</style>