Shades of Green House #37641F
Tints of Green House #37641F
RGB
CMYK
RGB Variations
Color information
#37641F (or 0x37641F) is known color: Green House. HEX triplet: 37, 64 and 1F. RGB value is (55,100,31). Sum of RGB (Red+Green+Blue) = 55+100+31=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 100 (39.45% from 255 or 53.76% from 186); Blue value is 31 (12.5% from 255 or 16.67% from 186); Max value from RGB is 100 - color contains mainly: green. Hex color #37641F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37641F is #C89BE0. Grayscale: #4E4E4E. Windows color (decimal): -13147105 or 2057271. OLE color: 2057271.
HSL color Cylindrical-coordinate representation of color #37641F: hue angle of 99.13º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #37641F is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 55 | 100 | 31 | - |
| CMYK | 0.45 | 0 | 0.69 | 0.61 |
| HSL | 99.13º | 0.53% | 0.26% | - |
| HSV(B) | 99.13º | 0.69% | 0.39% | - |
| XYZ | 6.38 | 10.03 | 2.9 | - |
| YUV | 78.68 | 101.09 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 100 | 31 | 0.45 | 0 | 0.69 | 0.61 | 99.13 | 0.53 | 0.26 |
| Hex | 37 | 64 | 1F | 2D | 0 | 45 | 3D | 63 | 35 | 1A |
| Octal | 67 | 144 | 37 | 55 | 0 | 105 | 75 | 143 | 65 | 32 |
| Binary | 110111 | 1100100 | 11111 | 101101 | 0 | 1000101 | 111101 | 1100011 | 110101 | 11010 |
Color Harmonies of #37641F
Complementary color
Monochromatic Colors of #37641F
Black with #37641F
Text Example
Text Example
White with #37641F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37641F; }
p { color: rgb(55,100,31); }
H1.HeaderClassName
{
color: #37641F;
}
.AnyTagClassName
{
color: #37641F;
}
</style>
background-color css
<style>
a { background-color: #37641F; }
a { background-color: rgb(55,100,31); }
div.DivClassName
{
background-color: #37641F;
}
.BgClassName
{
background-color: #37641F;
}
</style>
border-color css
<style>
span { border-color: #37641F; }
span { border-color: rgb(55,100,31); }
td.TdClassName
{
border-color: #37641F;
}
.TagClassName
{
border-color: #37641F;
}
</style>