Shades of Goblin #374E3D
Tints of Goblin #374E3D
RGB
CMYK
RGB Variations
Color information
#374E3D (or 0x374E3D) is known color: Goblin. HEX triplet: 37, 4E and 3D. RGB value is (55,78,61). Sum of RGB (Red+Green+Blue) = 55+78+61=194 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.35% from 194); Green value is 78 (30.86% from 255 or 40.21% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 78 - color contains mainly: green. Hex color #374E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374E3D is #C8B1C2. Grayscale: #454545. Windows color (decimal): -13152707 or 4017719. OLE color: 4017719.
HSL color Cylindrical-coordinate representation of color #374E3D: hue angle of 135.65º 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 #374E3D is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 78 | 61 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.69 |
| HSL | 135.65º | 0.17% | 0.26% | - |
| HSV(B) | 135.65º | 0.29% | 0.31% | - |
| XYZ | 5.14 | 6.6 | 5.42 | - |
| YUV | 69.19 | 123.38 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 78 | 61 | 0.29 | 0 | 0.22 | 0.69 | 135.65 | 0.17 | 0.26 |
| Hex | 37 | 4E | 3D | 1D | 0 | 16 | 45 | 88 | 11 | 1A |
| Octal | 67 | 116 | 75 | 35 | 0 | 26 | 105 | 210 | 21 | 32 |
| Binary | 110111 | 1001110 | 111101 | 11101 | 0 | 10110 | 1000101 | 10001000 | 10001 | 11010 |
Color Harmonies of #374E3D
Complementary color
Monochromatic Colors of #374E3D
Black with #374E3D
Text Example
Text Example
White with #374E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374E3D; }
p { color: rgb(55,78,61); }
H1.HeaderClassName
{
color: #374E3D;
}
.AnyTagClassName
{
color: #374E3D;
}
</style>
background-color css
<style>
a { background-color: #374E3D; }
a { background-color: rgb(55,78,61); }
div.DivClassName
{
background-color: #374E3D;
}
.BgClassName
{
background-color: #374E3D;
}
</style>
border-color css
<style>
span { border-color: #374E3D; }
span { border-color: rgb(55,78,61); }
td.TdClassName
{
border-color: #374E3D;
}
.TagClassName
{
border-color: #374E3D;
}
</style>