Shades of Green House #31672A
Tints of Green House #31672A
RGB
CMYK
RGB Variations
Color information
#31672A (or 0x31672A) is known color: Green House. HEX triplet: 31, 67 and 2A. RGB value is (49,103,42). Sum of RGB (Red+Green+Blue) = 49+103+42=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 103 (40.62% from 255 or 53.09% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 103 - color contains mainly: green. Hex color #31672A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31672A is #CE98D5. Grayscale: #505050. Windows color (decimal): -13539542 or 2778929. OLE color: 2778929.
HSL color Cylindrical-coordinate representation of color #31672A: hue angle of 113.11º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #31672A is Cyan = 0.52, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 49 | 103 | 42 | - |
| CMYK | 0.52 | 0 | 0.59 | 0.60 |
| HSL | 113.11º | 0.42% | 0.28% | - |
| HSV(B) | 113.11º | 0.59% | 0.4% | - |
| XYZ | 6.53 | 10.52 | 3.88 | - |
| YUV | 79.9 | 106.61 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 103 | 42 | 0.52 | 0 | 0.59 | 0.60 | 113.11 | 0.42 | 0.28 |
| Hex | 31 | 67 | 2A | 34 | 0 | 3B | 3C | 71 | 2A | 1C |
| Octal | 61 | 147 | 52 | 64 | 0 | 73 | 74 | 161 | 52 | 34 |
| Binary | 110001 | 1100111 | 101010 | 110100 | 0 | 111011 | 111100 | 1110001 | 101010 | 11100 |
Color Harmonies of #31672A
Complementary color
Monochromatic Colors of #31672A
Black with #31672A
Text Example
Text Example
White with #31672A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31672A; }
p { color: rgb(49,103,42); }
H1.HeaderClassName
{
color: #31672A;
}
.AnyTagClassName
{
color: #31672A;
}
</style>
background-color css
<style>
a { background-color: #31672A; }
a { background-color: rgb(49,103,42); }
div.DivClassName
{
background-color: #31672A;
}
.BgClassName
{
background-color: #31672A;
}
</style>
border-color css
<style>
span { border-color: #31672A; }
span { border-color: rgb(49,103,42); }
td.TdClassName
{
border-color: #31672A;
}
.TagClassName
{
border-color: #31672A;
}
</style>