Shades of Gable Green #37413E
Tints of Gable Green #37413E
RGB
CMYK
RGB Variations
Color information
#37413E (or 0x37413E) is known color: Gable Green. HEX triplet: 37, 41 and 3E. RGB value is (55,65,62). Sum of RGB (Red+Green+Blue) = 55+65+62=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 65 - color contains mainly: green. Hex color #37413E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37413E is #C8BEC1. Grayscale: #3D3D3D. Windows color (decimal): -13156034 or 4079927. OLE color: 4079927.
HSL color Cylindrical-coordinate representation of color #37413E: hue angle of 162º degrees, saturation: 0.08, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #37413E is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 65 | 62 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.75 |
| HSL | 162º | 0.08% | 0.24% | - |
| HSV(B) | 162º | 0.15% | 0.25% | - |
| XYZ | 4.34 | 4.94 | 5.28 | - |
| YUV | 61.67 | 128.19 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 65 | 62 | 0.15 | 0 | 0.05 | 0.75 | 162 | 0.08 | 0.24 |
| Hex | 37 | 41 | 3E | F | 0 | 5 | 4B | A2 | 8 | 18 |
| Octal | 67 | 101 | 76 | 17 | 0 | 5 | 113 | 242 | 10 | 30 |
| Binary | 110111 | 1000001 | 111110 | 1111 | 0 | 101 | 1001011 | 10100010 | 1000 | 11000 |
Color Harmonies of #37413E
Complementary color
Monochromatic Colors of #37413E
Black with #37413E
Text Example
Text Example
White with #37413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37413E; }
p { color: rgb(55,65,62); }
H1.HeaderClassName
{
color: #37413E;
}
.AnyTagClassName
{
color: #37413E;
}
</style>
background-color css
<style>
a { background-color: #37413E; }
a { background-color: rgb(55,65,62); }
div.DivClassName
{
background-color: #37413E;
}
.BgClassName
{
background-color: #37413E;
}
</style>
border-color css
<style>
span { border-color: #37413E; }
span { border-color: rgb(55,65,62); }
td.TdClassName
{
border-color: #37413E;
}
.TagClassName
{
border-color: #37413E;
}
</style>