Shades of Goblin #384B40
Tints of Goblin #384B40
RGB
CMYK
RGB Variations
Color information
#384B40 (or 0x384B40) is known color: Goblin. HEX triplet: 38, 4B and 40. RGB value is (56,75,64). Sum of RGB (Red+Green+Blue) = 56+75+64=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 75 - color contains mainly: green. Hex color #384B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384B40 is #C7B4BF. Grayscale: #444444. Windows color (decimal): -13087936 or 4213560. OLE color: 4213560.
HSL color Cylindrical-coordinate representation of color #384B40: hue angle of 145.26º 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 #384B40 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 75 | 64 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.71 |
| HSL | 145.26º | 0.15% | 0.26% | - |
| HSV(B) | 145.26º | 0.25% | 0.29% | - |
| XYZ | 5.07 | 6.24 | 5.79 | - |
| YUV | 68.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 64 | 0.25 | 0 | 0.15 | 0.71 | 145.26 | 0.15 | 0.26 |
| Hex | 38 | 4B | 40 | 19 | 0 | F | 47 | 91 | F | 1A |
| Octal | 70 | 113 | 100 | 31 | 0 | 17 | 107 | 221 | 17 | 32 |
| Binary | 111000 | 1001011 | 1000000 | 11001 | 0 | 1111 | 1000111 | 10010001 | 1111 | 11010 |
Color Harmonies of #384B40
Complementary color
Monochromatic Colors of #384B40
Black with #384B40
Text Example
Text Example
White with #384B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384B40; }
p { color: rgb(56,75,64); }
H1.HeaderClassName
{
color: #384B40;
}
.AnyTagClassName
{
color: #384B40;
}
</style>
background-color css
<style>
a { background-color: #384B40; }
a { background-color: rgb(56,75,64); }
div.DivClassName
{
background-color: #384B40;
}
.BgClassName
{
background-color: #384B40;
}
</style>
border-color css
<style>
span { border-color: #384B40; }
span { border-color: rgb(56,75,64); }
td.TdClassName
{
border-color: #384B40;
}
.TagClassName
{
border-color: #384B40;
}
</style>