Shades of Goblin #36473D
Tints of Goblin #36473D
RGB
CMYK
RGB Variations
Color information
#36473D (or 0x36473D) is known color: Goblin. HEX triplet: 36, 47 and 3D. RGB value is (54,71,61). Sum of RGB (Red+Green+Blue) = 54+71+61=186 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.03% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 71 - color contains mainly: green. Hex color #36473D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36473D is #C9B8C2. Grayscale: #404040. Windows color (decimal): -13220035 or 4015926. OLE color: 4015926.
HSL color Cylindrical-coordinate representation of color #36473D: hue angle of 144.71º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #36473D is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 54 | 71 | 61 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.72 |
| HSL | 144.71º | 0.14% | 0.25% | - |
| HSV(B) | 144.71º | 0.24% | 0.28% | - |
| XYZ | 4.62 | 5.63 | 5.26 | - |
| YUV | 64.78 | 125.87 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 71 | 61 | 0.24 | 0 | 0.14 | 0.72 | 144.71 | 0.14 | 0.25 |
| Hex | 36 | 47 | 3D | 18 | 0 | E | 48 | 91 | E | 19 |
| Octal | 66 | 107 | 75 | 30 | 0 | 16 | 110 | 221 | 16 | 31 |
| Binary | 110110 | 1000111 | 111101 | 11000 | 0 | 1110 | 1001000 | 10010001 | 1110 | 11001 |
Color Harmonies of #36473D
Complementary color
Monochromatic Colors of #36473D
Black with #36473D
Text Example
Text Example
White with #36473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36473D; }
p { color: rgb(54,71,61); }
H1.HeaderClassName
{
color: #36473D;
}
.AnyTagClassName
{
color: #36473D;
}
</style>
background-color css
<style>
a { background-color: #36473D; }
a { background-color: rgb(54,71,61); }
div.DivClassName
{
background-color: #36473D;
}
.BgClassName
{
background-color: #36473D;
}
</style>
border-color css
<style>
span { border-color: #36473D; }
span { border-color: rgb(54,71,61); }
td.TdClassName
{
border-color: #36473D;
}
.TagClassName
{
border-color: #36473D;
}
</style>