Shades of Goblin #374B3C
Tints of Goblin #374B3C
RGB
CMYK
RGB Variations
Color information
#374B3C (or 0x374B3C) is known color: Goblin. HEX triplet: 37, 4B and 3C. RGB value is (55,75,60). Sum of RGB (Red+Green+Blue) = 55+75+60=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 75 (29.69% from 255 or 39.47% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 75 - color contains mainly: green. Hex color #374B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374B3C is #C8B4C3. Grayscale: #434343. Windows color (decimal): -13153476 or 3951415. OLE color: 3951415.
HSL color Cylindrical-coordinate representation of color #374B3C: hue angle of 135º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #374B3C is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 75 | 60 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.71 |
| HSL | 135º | 0.15% | 0.25% | - |
| HSV(B) | 135º | 0.27% | 0.29% | - |
| XYZ | 4.91 | 6.17 | 5.21 | - |
| YUV | 67.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 75 | 60 | 0.27 | 0 | 0.20 | 0.71 | 135 | 0.15 | 0.25 |
| Hex | 37 | 4B | 3C | 1B | 0 | 14 | 47 | 87 | F | 19 |
| Octal | 67 | 113 | 74 | 33 | 0 | 24 | 107 | 207 | 17 | 31 |
| Binary | 110111 | 1001011 | 111100 | 11011 | 0 | 10100 | 1000111 | 10000111 | 1111 | 11001 |
Color Harmonies of #374B3C
Complementary color
Monochromatic Colors of #374B3C
Black with #374B3C
Text Example
Text Example
White with #374B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374B3C; }
p { color: rgb(55,75,60); }
H1.HeaderClassName
{
color: #374B3C;
}
.AnyTagClassName
{
color: #374B3C;
}
</style>
background-color css
<style>
a { background-color: #374B3C; }
a { background-color: rgb(55,75,60); }
div.DivClassName
{
background-color: #374B3C;
}
.BgClassName
{
background-color: #374B3C;
}
</style>
border-color css
<style>
span { border-color: #374B3C; }
span { border-color: rgb(55,75,60); }
td.TdClassName
{
border-color: #374B3C;
}
.TagClassName
{
border-color: #374B3C;
}
</style>