Shades of Gable Green #374541
Tints of Gable Green #374541
RGB
CMYK
RGB Variations
Color information
#374541 (or 0x374541) is known color: Gable Green. HEX triplet: 37, 45 and 41. RGB value is (55,69,65). Sum of RGB (Red+Green+Blue) = 55+69+65=189 (25% of max value = 765). Red value is 55 (21.88% from 255 or 29.10% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 69 - color contains mainly: green. Hex color #374541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374541 is #C8BABE. Grayscale: #404040. Windows color (decimal): -13155007 or 4277559. OLE color: 4277559.
HSL color Cylindrical-coordinate representation of color #374541: hue angle of 162.86º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #374541 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 69 | 65 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.73 |
| HSL | 162.86º | 0.11% | 0.24% | - |
| HSV(B) | 162.86º | 0.2% | 0.27% | - |
| XYZ | 4.66 | 5.45 | 5.81 | - |
| YUV | 64.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 69 | 65 | 0.20 | 0 | 0.06 | 0.73 | 162.86 | 0.11 | 0.24 |
| Hex | 37 | 45 | 41 | 14 | 0 | 6 | 49 | A3 | B | 18 |
| Octal | 67 | 105 | 101 | 24 | 0 | 6 | 111 | 243 | 13 | 30 |
| Binary | 110111 | 1000101 | 1000001 | 10100 | 0 | 110 | 1001001 | 10100011 | 1011 | 11000 |
Color Harmonies of #374541
Complementary color
Monochromatic Colors of #374541
Black with #374541
Text Example
Text Example
White with #374541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374541; }
p { color: rgb(55,69,65); }
H1.HeaderClassName
{
color: #374541;
}
.AnyTagClassName
{
color: #374541;
}
</style>
background-color css
<style>
a { background-color: #374541; }
a { background-color: rgb(55,69,65); }
div.DivClassName
{
background-color: #374541;
}
.BgClassName
{
background-color: #374541;
}
</style>
border-color css
<style>
span { border-color: #374541; }
span { border-color: rgb(55,69,65); }
td.TdClassName
{
border-color: #374541;
}
.TagClassName
{
border-color: #374541;
}
</style>