Shades of Goblin #384C3F
Tints of Goblin #384C3F
RGB
CMYK
RGB Variations
Color information
#384C3F (or 0x384C3F) is known color: Goblin. HEX triplet: 38, 4C and 3F. RGB value is (56,76,63). Sum of RGB (Red+Green+Blue) = 56+76+63=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 76 - color contains mainly: green. Hex color #384C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384C3F is #C7B3C0. Grayscale: #444444. Windows color (decimal): -13087681 or 4148280. OLE color: 4148280.
HSL color Cylindrical-coordinate representation of color #384C3F: hue angle of 141º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #384C3F is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 76 | 63 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.70 |
| HSL | 141º | 0.15% | 0.26% | - |
| HSV(B) | 141º | 0.26% | 0.3% | - |
| XYZ | 5.11 | 6.37 | 5.66 | - |
| YUV | 68.54 | 124.87 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 76 | 63 | 0.26 | 0 | 0.17 | 0.70 | 141 | 0.15 | 0.26 |
| Hex | 38 | 4C | 3F | 1A | 0 | 11 | 46 | 8D | F | 1A |
| Octal | 70 | 114 | 77 | 32 | 0 | 21 | 106 | 215 | 17 | 32 |
| Binary | 111000 | 1001100 | 111111 | 11010 | 0 | 10001 | 1000110 | 10001101 | 1111 | 11010 |
Color Harmonies of #384C3F
Complementary color
Monochromatic Colors of #384C3F
Black with #384C3F
Text Example
Text Example
White with #384C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384C3F; }
p { color: rgb(56,76,63); }
H1.HeaderClassName
{
color: #384C3F;
}
.AnyTagClassName
{
color: #384C3F;
}
</style>
background-color css
<style>
a { background-color: #384C3F; }
a { background-color: rgb(56,76,63); }
div.DivClassName
{
background-color: #384C3F;
}
.BgClassName
{
background-color: #384C3F;
}
</style>
border-color css
<style>
span { border-color: #384C3F; }
span { border-color: rgb(56,76,63); }
td.TdClassName
{
border-color: #384C3F;
}
.TagClassName
{
border-color: #384C3F;
}
</style>