Shades of Goblin #384A3F
Tints of Goblin #384A3F
RGB
CMYK
RGB Variations
Color information
#384A3F (or 0x384A3F) is known color: Goblin. HEX triplet: 38, 4A and 3F. RGB value is (56,74,63). Sum of RGB (Red+Green+Blue) = 56+74+63=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 74 - color contains mainly: green. Hex color #384A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384A3F is #C7B5C0. Grayscale: #434343. Windows color (decimal): -13088193 or 4147768. OLE color: 4147768.
HSL color Cylindrical-coordinate representation of color #384A3F: hue angle of 143.33º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #384A3F is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 74 | 63 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.71 |
| HSL | 143.33º | 0.14% | 0.25% | - |
| HSV(B) | 143.33º | 0.24% | 0.29% | - |
| XYZ | 4.98 | 6.1 | 5.62 | - |
| YUV | 67.36 | 125.54 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 74 | 63 | 0.24 | 0 | 0.15 | 0.71 | 143.33 | 0.14 | 0.25 |
| Hex | 38 | 4A | 3F | 18 | 0 | F | 47 | 8F | E | 19 |
| Octal | 70 | 112 | 77 | 30 | 0 | 17 | 107 | 217 | 16 | 31 |
| Binary | 111000 | 1001010 | 111111 | 11000 | 0 | 1111 | 1000111 | 10001111 | 1110 | 11001 |
Color Harmonies of #384A3F
Complementary color
Monochromatic Colors of #384A3F
Black with #384A3F
Text Example
Text Example
White with #384A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384A3F; }
p { color: rgb(56,74,63); }
H1.HeaderClassName
{
color: #384A3F;
}
.AnyTagClassName
{
color: #384A3F;
}
</style>
background-color css
<style>
a { background-color: #384A3F; }
a { background-color: rgb(56,74,63); }
div.DivClassName
{
background-color: #384A3F;
}
.BgClassName
{
background-color: #384A3F;
}
</style>
border-color css
<style>
span { border-color: #384A3F; }
span { border-color: rgb(56,74,63); }
td.TdClassName
{
border-color: #384A3F;
}
.TagClassName
{
border-color: #384A3F;
}
</style>