Shades of Goblin #384B3C
Tints of Goblin #384B3C
RGB
CMYK
RGB Variations
Color information
#384B3C (or 0x384B3C) is known color: Goblin. HEX triplet: 38, 4B and 3C. RGB value is (56,75,60). Sum of RGB (Red+Green+Blue) = 56+75+60=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 75 (29.69% from 255 or 39.27% from 191); Blue value is 60 (23.83% from 255 or 31.41% from 191); Max value from RGB is 75 - color contains mainly: green. Hex color #384B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384B3C is #C7B4C3. Grayscale: #434343. Windows color (decimal): -13087940 or 3951416. OLE color: 3951416.
HSL color Cylindrical-coordinate representation of color #384B3C: hue angle of 132.63º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #384B3C is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 75 | 60 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.71 |
| HSL | 132.63º | 0.15% | 0.26% | - |
| HSV(B) | 132.63º | 0.25% | 0.29% | - |
| XYZ | 4.96 | 6.2 | 5.21 | - |
| YUV | 67.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 60 | 0.25 | 0 | 0.20 | 0.71 | 132.63 | 0.15 | 0.26 |
| Hex | 38 | 4B | 3C | 19 | 0 | 14 | 47 | 85 | F | 1A |
| Octal | 70 | 113 | 74 | 31 | 0 | 24 | 107 | 205 | 17 | 32 |
| Binary | 111000 | 1001011 | 111100 | 11001 | 0 | 10100 | 1000111 | 10000101 | 1111 | 11010 |
Color Harmonies of #384B3C
Complementary color
Monochromatic Colors of #384B3C
Black with #384B3C
Text Example
Text Example
White with #384B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384B3C; }
p { color: rgb(56,75,60); }
H1.HeaderClassName
{
color: #384B3C;
}
.AnyTagClassName
{
color: #384B3C;
}
</style>
background-color css
<style>
a { background-color: #384B3C; }
a { background-color: rgb(56,75,60); }
div.DivClassName
{
background-color: #384B3C;
}
.BgClassName
{
background-color: #384B3C;
}
</style>
border-color css
<style>
span { border-color: #384B3C; }
span { border-color: rgb(56,75,60); }
td.TdClassName
{
border-color: #384B3C;
}
.TagClassName
{
border-color: #384B3C;
}
</style>