Shades of Goblin #39473E
Tints of Goblin #39473E
RGB
CMYK
RGB Variations
Color information
#39473E (or 0x39473E) is known color: Goblin. HEX triplet: 39, 47 and 3E. RGB value is (57,71,62). Sum of RGB (Red+Green+Blue) = 57+71+62=190 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 71 - color contains mainly: green. Hex color #39473E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39473E is #C6B8C1. Grayscale: #414141. Windows color (decimal): -13023426 or 4081465. OLE color: 4081465.
HSL color Cylindrical-coordinate representation of color #39473E: hue angle of 141.43º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #39473E is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 57 | 71 | 62 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.72 |
| HSL | 141.43º | 0.11% | 0.25% | - |
| HSV(B) | 141.43º | 0.2% | 0.28% | - |
| XYZ | 4.81 | 5.72 | 5.41 | - |
| YUV | 65.79 | 125.86 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 71 | 62 | 0.20 | 0 | 0.13 | 0.72 | 141.43 | 0.11 | 0.25 |
| Hex | 39 | 47 | 3E | 14 | 0 | D | 48 | 8D | B | 19 |
| Octal | 71 | 107 | 76 | 24 | 0 | 15 | 110 | 215 | 13 | 31 |
| Binary | 111001 | 1000111 | 111110 | 10100 | 0 | 1101 | 1001000 | 10001101 | 1011 | 11001 |
Color Harmonies of #39473E
Complementary color
Monochromatic Colors of #39473E
Black with #39473E
Text Example
Text Example
White with #39473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39473E; }
p { color: rgb(57,71,62); }
H1.HeaderClassName
{
color: #39473E;
}
.AnyTagClassName
{
color: #39473E;
}
</style>
background-color css
<style>
a { background-color: #39473E; }
a { background-color: rgb(57,71,62); }
div.DivClassName
{
background-color: #39473E;
}
.BgClassName
{
background-color: #39473E;
}
</style>
border-color css
<style>
span { border-color: #39473E; }
span { border-color: rgb(57,71,62); }
td.TdClassName
{
border-color: #39473E;
}
.TagClassName
{
border-color: #39473E;
}
</style>