Shades of Goblin #374A3D
Tints of Goblin #374A3D
RGB
CMYK
RGB Variations
Color information
#374A3D (or 0x374A3D) is known color: Goblin. HEX triplet: 37, 4A and 3D. RGB value is (55,74,61). Sum of RGB (Red+Green+Blue) = 55+74+61=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 74 - color contains mainly: green. Hex color #374A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374A3D is #C8B5C2. Grayscale: #424242. Windows color (decimal): -13153731 or 4016695. OLE color: 4016695.
HSL color Cylindrical-coordinate representation of color #374A3D: hue angle of 138.95º 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 #374A3D is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 74 | 61 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.71 |
| HSL | 138.95º | 0.15% | 0.25% | - |
| HSV(B) | 138.95º | 0.26% | 0.29% | - |
| XYZ | 4.87 | 6.05 | 5.33 | - |
| YUV | 66.84 | 124.71 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 74 | 61 | 0.26 | 0 | 0.18 | 0.71 | 138.95 | 0.15 | 0.25 |
| Hex | 37 | 4A | 3D | 1A | 0 | 12 | 47 | 8B | F | 19 |
| Octal | 67 | 112 | 75 | 32 | 0 | 22 | 107 | 213 | 17 | 31 |
| Binary | 110111 | 1001010 | 111101 | 11010 | 0 | 10010 | 1000111 | 10001011 | 1111 | 11001 |
Color Harmonies of #374A3D
Complementary color
Monochromatic Colors of #374A3D
Black with #374A3D
Text Example
Text Example
White with #374A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374A3D; }
p { color: rgb(55,74,61); }
H1.HeaderClassName
{
color: #374A3D;
}
.AnyTagClassName
{
color: #374A3D;
}
</style>
background-color css
<style>
a { background-color: #374A3D; }
a { background-color: rgb(55,74,61); }
div.DivClassName
{
background-color: #374A3D;
}
.BgClassName
{
background-color: #374A3D;
}
</style>
border-color css
<style>
span { border-color: #374A3D; }
span { border-color: rgb(55,74,61); }
td.TdClassName
{
border-color: #374A3D;
}
.TagClassName
{
border-color: #374A3D;
}
</style>