Shades of Goblin #374E41
Tints of Goblin #374E41
RGB
CMYK
RGB Variations
Color information
#374E41 (or 0x374E41) is known color: Goblin. HEX triplet: 37, 4E and 41. RGB value is (55,78,65). Sum of RGB (Red+Green+Blue) = 55+78+65=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 78 (30.86% from 255 or 39.39% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 78 - color contains mainly: green. Hex color #374E41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374E41 is #C8B1BE. Grayscale: #454545. Windows color (decimal): -13152703 or 4279863. OLE color: 4279863.
HSL color Cylindrical-coordinate representation of color #374E41: hue angle of 146.09º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #374E41 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 78 | 65 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.69 |
| HSL | 146.09º | 0.17% | 0.26% | - |
| HSV(B) | 146.09º | 0.29% | 0.31% | - |
| XYZ | 5.25 | 6.64 | 6.01 | - |
| YUV | 69.64 | 125.38 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 78 | 65 | 0.29 | 0 | 0.17 | 0.69 | 146.09 | 0.17 | 0.26 |
| Hex | 37 | 4E | 41 | 1D | 0 | 11 | 45 | 92 | 11 | 1A |
| Octal | 67 | 116 | 101 | 35 | 0 | 21 | 105 | 222 | 21 | 32 |
| Binary | 110111 | 1001110 | 1000001 | 11101 | 0 | 10001 | 1000101 | 10010010 | 10001 | 11010 |
Color Harmonies of #374E41
Complementary color
Monochromatic Colors of #374E41
Black with #374E41
Text Example
Text Example
White with #374E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374E41; }
p { color: rgb(55,78,65); }
H1.HeaderClassName
{
color: #374E41;
}
.AnyTagClassName
{
color: #374E41;
}
</style>
background-color css
<style>
a { background-color: #374E41; }
a { background-color: rgb(55,78,65); }
div.DivClassName
{
background-color: #374E41;
}
.BgClassName
{
background-color: #374E41;
}
</style>
border-color css
<style>
span { border-color: #374E41; }
span { border-color: rgb(55,78,65); }
td.TdClassName
{
border-color: #374E41;
}
.TagClassName
{
border-color: #374E41;
}
</style>