Shades of Goblin #374D3D
Tints of Goblin #374D3D
RGB
CMYK
RGB Variations
Color information
#374D3D (or 0x374D3D) is known color: Goblin. HEX triplet: 37, 4D and 3D. RGB value is (55,77,61). Sum of RGB (Red+Green+Blue) = 55+77+61=193 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.50% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 77 - color contains mainly: green. Hex color #374D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374D3D is #C8B2C2. Grayscale: #444444. Windows color (decimal): -13152963 or 4017463. OLE color: 4017463.
HSL color Cylindrical-coordinate representation of color #374D3D: hue angle of 136.36º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #374D3D is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 55 | 77 | 61 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.70 |
| HSL | 136.36º | 0.17% | 0.26% | - |
| HSV(B) | 136.36º | 0.29% | 0.3% | - |
| XYZ | 5.07 | 6.46 | 5.39 | - |
| YUV | 68.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 77 | 61 | 0.29 | 0 | 0.21 | 0.70 | 136.36 | 0.17 | 0.26 |
| Hex | 37 | 4D | 3D | 1D | 0 | 15 | 46 | 88 | 11 | 1A |
| Octal | 67 | 115 | 75 | 35 | 0 | 25 | 106 | 210 | 21 | 32 |
| Binary | 110111 | 1001101 | 111101 | 11101 | 0 | 10101 | 1000110 | 10001000 | 10001 | 11010 |
Color Harmonies of #374D3D
Complementary color
Monochromatic Colors of #374D3D
Black with #374D3D
Text Example
Text Example
White with #374D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374D3D; }
p { color: rgb(55,77,61); }
H1.HeaderClassName
{
color: #374D3D;
}
.AnyTagClassName
{
color: #374D3D;
}
</style>
background-color css
<style>
a { background-color: #374D3D; }
a { background-color: rgb(55,77,61); }
div.DivClassName
{
background-color: #374D3D;
}
.BgClassName
{
background-color: #374D3D;
}
</style>
border-color css
<style>
span { border-color: #374D3D; }
span { border-color: rgb(55,77,61); }
td.TdClassName
{
border-color: #374D3D;
}
.TagClassName
{
border-color: #374D3D;
}
</style>