Shades of Goblin #38473E
Tints of Goblin #38473E
RGB
CMYK
RGB Variations
Color information
#38473E (or 0x38473E) is known color: Goblin. HEX triplet: 38, 47 and 3E. RGB value is (56,71,62). Sum of RGB (Red+Green+Blue) = 56+71+62=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 71 - color contains mainly: green. Hex color #38473E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38473E is #C7B8C1. Grayscale: #414141. Windows color (decimal): -13088962 or 4081464. OLE color: 4081464.
HSL color Cylindrical-coordinate representation of color #38473E: hue angle of 144º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #38473E is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 56 | 71 | 62 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.72 |
| HSL | 144º | 0.12% | 0.25% | - |
| HSV(B) | 144º | 0.21% | 0.28% | - |
| XYZ | 4.75 | 5.7 | 5.41 | - |
| YUV | 65.49 | 126.03 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 71 | 62 | 0.21 | 0 | 0.13 | 0.72 | 144 | 0.12 | 0.25 |
| Hex | 38 | 47 | 3E | 15 | 0 | D | 48 | 90 | C | 19 |
| Octal | 70 | 107 | 76 | 25 | 0 | 15 | 110 | 220 | 14 | 31 |
| Binary | 111000 | 1000111 | 111110 | 10101 | 0 | 1101 | 1001000 | 10010000 | 1100 | 11001 |
Color Harmonies of #38473E
Complementary color
Monochromatic Colors of #38473E
Black with #38473E
Text Example
Text Example
White with #38473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38473E; }
p { color: rgb(56,71,62); }
H1.HeaderClassName
{
color: #38473E;
}
.AnyTagClassName
{
color: #38473E;
}
</style>
background-color css
<style>
a { background-color: #38473E; }
a { background-color: rgb(56,71,62); }
div.DivClassName
{
background-color: #38473E;
}
.BgClassName
{
background-color: #38473E;
}
</style>
border-color css
<style>
span { border-color: #38473E; }
span { border-color: rgb(56,71,62); }
td.TdClassName
{
border-color: #38473E;
}
.TagClassName
{
border-color: #38473E;
}
</style>