Shades of Goblin #384C3D
Tints of Goblin #384C3D
RGB
CMYK
RGB Variations
Color information
#384C3D (or 0x384C3D) is known color: Goblin. HEX triplet: 38, 4C and 3D. RGB value is (56,76,61). Sum of RGB (Red+Green+Blue) = 56+76+61=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 76 (30.08% from 255 or 39.38% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 76 - color contains mainly: green. Hex color #384C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384C3D is #C7B3C2. Grayscale: #444444. Windows color (decimal): -13087683 or 4017208. OLE color: 4017208.
HSL color Cylindrical-coordinate representation of color #384C3D: hue angle of 135º 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 #384C3D is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 76 | 61 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.70 |
| HSL | 135º | 0.15% | 0.26% | - |
| HSV(B) | 135º | 0.26% | 0.3% | - |
| XYZ | 5.06 | 6.35 | 5.37 | - |
| YUV | 68.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 76 | 61 | 0.26 | 0 | 0.20 | 0.70 | 135 | 0.15 | 0.26 |
| Hex | 38 | 4C | 3D | 1A | 0 | 14 | 46 | 87 | F | 1A |
| Octal | 70 | 114 | 75 | 32 | 0 | 24 | 106 | 207 | 17 | 32 |
| Binary | 111000 | 1001100 | 111101 | 11010 | 0 | 10100 | 1000110 | 10000111 | 1111 | 11010 |
Color Harmonies of #384C3D
Complementary color
Monochromatic Colors of #384C3D
Black with #384C3D
Text Example
Text Example
White with #384C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384C3D; }
p { color: rgb(56,76,61); }
H1.HeaderClassName
{
color: #384C3D;
}
.AnyTagClassName
{
color: #384C3D;
}
</style>
background-color css
<style>
a { background-color: #384C3D; }
a { background-color: rgb(56,76,61); }
div.DivClassName
{
background-color: #384C3D;
}
.BgClassName
{
background-color: #384C3D;
}
</style>
border-color css
<style>
span { border-color: #384C3D; }
span { border-color: rgb(56,76,61); }
td.TdClassName
{
border-color: #384C3D;
}
.TagClassName
{
border-color: #384C3D;
}
</style>