Shades of Goblin #38493D
Tints of Goblin #38493D
RGB
CMYK
RGB Variations
Color information
#38493D (or 0x38493D) is known color: Goblin. HEX triplet: 38, 49 and 3D. RGB value is (56,73,61). Sum of RGB (Red+Green+Blue) = 56+73+61=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 73 - color contains mainly: green. Hex color #38493D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38493D is #C7B6C2. Grayscale: #424242. Windows color (decimal): -13088451 or 4016440. OLE color: 4016440.
HSL color Cylindrical-coordinate representation of color #38493D: hue angle of 137.65º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #38493D is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 73 | 61 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.71 |
| HSL | 137.65º | 0.13% | 0.25% | - |
| HSV(B) | 137.65º | 0.23% | 0.29% | - |
| XYZ | 4.86 | 5.94 | 5.31 | - |
| YUV | 66.55 | 124.87 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 73 | 61 | 0.23 | 0 | 0.16 | 0.71 | 137.65 | 0.13 | 0.25 |
| Hex | 38 | 49 | 3D | 17 | 0 | 10 | 47 | 8A | D | 19 |
| Octal | 70 | 111 | 75 | 27 | 0 | 20 | 107 | 212 | 15 | 31 |
| Binary | 111000 | 1001001 | 111101 | 10111 | 0 | 10000 | 1000111 | 10001010 | 1101 | 11001 |
Color Harmonies of #38493D
Complementary color
Monochromatic Colors of #38493D
Black with #38493D
Text Example
Text Example
White with #38493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38493D; }
p { color: rgb(56,73,61); }
H1.HeaderClassName
{
color: #38493D;
}
.AnyTagClassName
{
color: #38493D;
}
</style>
background-color css
<style>
a { background-color: #38493D; }
a { background-color: rgb(56,73,61); }
div.DivClassName
{
background-color: #38493D;
}
.BgClassName
{
background-color: #38493D;
}
</style>
border-color css
<style>
span { border-color: #38493D; }
span { border-color: rgb(56,73,61); }
td.TdClassName
{
border-color: #38493D;
}
.TagClassName
{
border-color: #38493D;
}
</style>