Shades of Goblin #36493E
Tints of Goblin #36493E
RGB
CMYK
RGB Variations
Color information
#36493E (or 0x36493E) is known color: Goblin. HEX triplet: 36, 49 and 3E. RGB value is (54,73,62). Sum of RGB (Red+Green+Blue) = 54+73+62=189 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.57% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 73 - color contains mainly: green. Hex color #36493E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36493E is #C9B6C1. Grayscale: #424242. Windows color (decimal): -13219522 or 4081974. OLE color: 4081974.
HSL color Cylindrical-coordinate representation of color #36493E: hue angle of 145.26º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #36493E is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 73 | 62 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.71 |
| HSL | 145.26º | 0.15% | 0.25% | - |
| HSV(B) | 145.26º | 0.26% | 0.29% | - |
| XYZ | 4.77 | 5.9 | 5.44 | - |
| YUV | 66.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 73 | 62 | 0.26 | 0 | 0.15 | 0.71 | 145.26 | 0.15 | 0.25 |
| Hex | 36 | 49 | 3E | 1A | 0 | F | 47 | 91 | F | 19 |
| Octal | 66 | 111 | 76 | 32 | 0 | 17 | 107 | 221 | 17 | 31 |
| Binary | 110110 | 1001001 | 111110 | 11010 | 0 | 1111 | 1000111 | 10010001 | 1111 | 11001 |
Color Harmonies of #36493E
Complementary color
Monochromatic Colors of #36493E
Black with #36493E
Text Example
Text Example
White with #36493E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36493E; }
p { color: rgb(54,73,62); }
H1.HeaderClassName
{
color: #36493E;
}
.AnyTagClassName
{
color: #36493E;
}
</style>
background-color css
<style>
a { background-color: #36493E; }
a { background-color: rgb(54,73,62); }
div.DivClassName
{
background-color: #36493E;
}
.BgClassName
{
background-color: #36493E;
}
</style>
border-color css
<style>
span { border-color: #36493E; }
span { border-color: rgb(54,73,62); }
td.TdClassName
{
border-color: #36493E;
}
.TagClassName
{
border-color: #36493E;
}
</style>