Shades of Goblin #384A3D
Tints of Goblin #384A3D
RGB
CMYK
RGB Variations
Color information
#384A3D (or 0x384A3D) is known color: Goblin. HEX triplet: 38, 4A and 3D. RGB value is (56,74,61). Sum of RGB (Red+Green+Blue) = 56+74+61=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 74 (29.30% from 255 or 38.74% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 74 - color contains mainly: green. Hex color #384A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384A3D is #C7B5C2. Grayscale: #434343. Windows color (decimal): -13088195 or 4016696. OLE color: 4016696.
HSL color Cylindrical-coordinate representation of color #384A3D: hue angle of 136.67º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #384A3D is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 74 | 61 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.71 |
| HSL | 136.67º | 0.14% | 0.25% | - |
| HSV(B) | 136.67º | 0.24% | 0.29% | - |
| XYZ | 4.92 | 6.08 | 5.33 | - |
| YUV | 67.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 74 | 61 | 0.24 | 0 | 0.18 | 0.71 | 136.67 | 0.14 | 0.25 |
| Hex | 38 | 4A | 3D | 18 | 0 | 12 | 47 | 89 | E | 19 |
| Octal | 70 | 112 | 75 | 30 | 0 | 22 | 107 | 211 | 16 | 31 |
| Binary | 111000 | 1001010 | 111101 | 11000 | 0 | 10010 | 1000111 | 10001001 | 1110 | 11001 |
Color Harmonies of #384A3D
Complementary color
Monochromatic Colors of #384A3D
Black with #384A3D
Text Example
Text Example
White with #384A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384A3D; }
p { color: rgb(56,74,61); }
H1.HeaderClassName
{
color: #384A3D;
}
.AnyTagClassName
{
color: #384A3D;
}
</style>
background-color css
<style>
a { background-color: #384A3D; }
a { background-color: rgb(56,74,61); }
div.DivClassName
{
background-color: #384A3D;
}
.BgClassName
{
background-color: #384A3D;
}
</style>
border-color css
<style>
span { border-color: #384A3D; }
span { border-color: rgb(56,74,61); }
td.TdClassName
{
border-color: #384A3D;
}
.TagClassName
{
border-color: #384A3D;
}
</style>