Shades of Goblin #374A3C
Tints of Goblin #374A3C
RGB
CMYK
RGB Variations
Color information
#374A3C (or 0x374A3C) is known color: Goblin. HEX triplet: 37, 4A and 3C. RGB value is (55,74,60). Sum of RGB (Red+Green+Blue) = 55+74+60=189 (25% of max value = 765). Red value is 55 (21.88% from 255 or 29.10% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 74 - color contains mainly: green. Hex color #374A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374A3C is #C8B5C3. Grayscale: #424242. Windows color (decimal): -13153732 or 3951159. OLE color: 3951159.
HSL color Cylindrical-coordinate representation of color #374A3C: hue angle of 135.79º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #374A3C is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 74 | 60 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.71 |
| HSL | 135.79º | 0.15% | 0.25% | - |
| HSV(B) | 135.79º | 0.26% | 0.29% | - |
| XYZ | 4.84 | 6.04 | 5.18 | - |
| YUV | 66.72 | 124.21 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 74 | 60 | 0.26 | 0 | 0.19 | 0.71 | 135.79 | 0.15 | 0.25 |
| Hex | 37 | 4A | 3C | 1A | 0 | 13 | 47 | 88 | F | 19 |
| Octal | 67 | 112 | 74 | 32 | 0 | 23 | 107 | 210 | 17 | 31 |
| Binary | 110111 | 1001010 | 111100 | 11010 | 0 | 10011 | 1000111 | 10001000 | 1111 | 11001 |
Color Harmonies of #374A3C
Complementary color
Monochromatic Colors of #374A3C
Black with #374A3C
Text Example
Text Example
White with #374A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374A3C; }
p { color: rgb(55,74,60); }
H1.HeaderClassName
{
color: #374A3C;
}
.AnyTagClassName
{
color: #374A3C;
}
</style>
background-color css
<style>
a { background-color: #374A3C; }
a { background-color: rgb(55,74,60); }
div.DivClassName
{
background-color: #374A3C;
}
.BgClassName
{
background-color: #374A3C;
}
</style>
border-color css
<style>
span { border-color: #374A3C; }
span { border-color: rgb(55,74,60); }
td.TdClassName
{
border-color: #374A3C;
}
.TagClassName
{
border-color: #374A3C;
}
</style>