Shades of Goblin #384B3E
Tints of Goblin #384B3E
RGB
CMYK
RGB Variations
Color information
#384B3E (or 0x384B3E) is known color: Goblin. HEX triplet: 38, 4B and 3E. RGB value is (56,75,62). Sum of RGB (Red+Green+Blue) = 56+75+62=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 75 - color contains mainly: green. Hex color #384B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384B3E is #C7B4C1. Grayscale: #434343. Windows color (decimal): -13087938 or 4082488. OLE color: 4082488.
HSL color Cylindrical-coordinate representation of color #384B3E: hue angle of 138.95º 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 #384B3E is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 75 | 62 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.71 |
| HSL | 138.95º | 0.15% | 0.26% | - |
| HSV(B) | 138.95º | 0.25% | 0.29% | - |
| XYZ | 5.02 | 6.22 | 5.49 | - |
| YUV | 67.84 | 124.71 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 62 | 0.25 | 0 | 0.17 | 0.71 | 138.95 | 0.15 | 0.26 |
| Hex | 38 | 4B | 3E | 19 | 0 | 11 | 47 | 8B | F | 1A |
| Octal | 70 | 113 | 76 | 31 | 0 | 21 | 107 | 213 | 17 | 32 |
| Binary | 111000 | 1001011 | 111110 | 11001 | 0 | 10001 | 1000111 | 10001011 | 1111 | 11010 |
Color Harmonies of #384B3E
Complementary color
Monochromatic Colors of #384B3E
Black with #384B3E
Text Example
Text Example
White with #384B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384B3E; }
p { color: rgb(56,75,62); }
H1.HeaderClassName
{
color: #384B3E;
}
.AnyTagClassName
{
color: #384B3E;
}
</style>
background-color css
<style>
a { background-color: #384B3E; }
a { background-color: rgb(56,75,62); }
div.DivClassName
{
background-color: #384B3E;
}
.BgClassName
{
background-color: #384B3E;
}
</style>
border-color css
<style>
span { border-color: #384B3E; }
span { border-color: rgb(56,75,62); }
td.TdClassName
{
border-color: #384B3E;
}
.TagClassName
{
border-color: #384B3E;
}
</style>