Shades of Goblin #36493C
Tints of Goblin #36493C
RGB
CMYK
RGB Variations
Color information
#36493C (or 0x36493C) is known color: Goblin. HEX triplet: 36, 49 and 3C. RGB value is (54,73,60). Sum of RGB (Red+Green+Blue) = 54+73+60=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 73 - color contains mainly: green. Hex color #36493C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36493C is #C9B6C3. Grayscale: #414141. Windows color (decimal): -13219524 or 3950902. OLE color: 3950902.
HSL color Cylindrical-coordinate representation of color #36493C: hue angle of 138.95º 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 #36493C is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 73 | 60 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.71 |
| HSL | 138.95º | 0.15% | 0.25% | - |
| HSV(B) | 138.95º | 0.26% | 0.29% | - |
| XYZ | 4.72 | 5.88 | 5.16 | - |
| YUV | 65.84 | 124.71 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 73 | 60 | 0.26 | 0 | 0.18 | 0.71 | 138.95 | 0.15 | 0.25 |
| Hex | 36 | 49 | 3C | 1A | 0 | 12 | 47 | 8B | F | 19 |
| Octal | 66 | 111 | 74 | 32 | 0 | 22 | 107 | 213 | 17 | 31 |
| Binary | 110110 | 1001001 | 111100 | 11010 | 0 | 10010 | 1000111 | 10001011 | 1111 | 11001 |
Color Harmonies of #36493C
Complementary color
Monochromatic Colors of #36493C
Black with #36493C
Text Example
Text Example
White with #36493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36493C; }
p { color: rgb(54,73,60); }
H1.HeaderClassName
{
color: #36493C;
}
.AnyTagClassName
{
color: #36493C;
}
</style>
background-color css
<style>
a { background-color: #36493C; }
a { background-color: rgb(54,73,60); }
div.DivClassName
{
background-color: #36493C;
}
.BgClassName
{
background-color: #36493C;
}
</style>
border-color css
<style>
span { border-color: #36493C; }
span { border-color: rgb(54,73,60); }
td.TdClassName
{
border-color: #36493C;
}
.TagClassName
{
border-color: #36493C;
}
</style>