Shades of Goblin #36573E
Tints of Goblin #36573E
RGB
CMYK
RGB Variations
Color information
#36573E (or 0x36573E) is known color: Goblin. HEX triplet: 36, 57 and 3E. RGB value is (54,87,62). Sum of RGB (Red+Green+Blue) = 54+87+62=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 87 (34.38% from 255 or 42.86% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 87 - color contains mainly: green. Hex color #36573E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36573E is #C9A8C1. Grayscale: #4A4A4A. Windows color (decimal): -13215938 or 4085558. OLE color: 4085558.
HSL color Cylindrical-coordinate representation of color #36573E: hue angle of 134.55º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #36573E is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 54 | 87 | 62 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.66 |
| HSL | 134.55º | 0.23% | 0.28% | - |
| HSV(B) | 134.55º | 0.38% | 0.34% | - |
| XYZ | 5.8 | 7.95 | 5.79 | - |
| YUV | 74.28 | 121.07 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 87 | 62 | 0.38 | 0 | 0.29 | 0.66 | 134.55 | 0.23 | 0.28 |
| Hex | 36 | 57 | 3E | 26 | 0 | 1D | 42 | 87 | 17 | 1C |
| Octal | 66 | 127 | 76 | 46 | 0 | 35 | 102 | 207 | 27 | 34 |
| Binary | 110110 | 1010111 | 111110 | 100110 | 0 | 11101 | 1000010 | 10000111 | 10111 | 11100 |
Color Harmonies of #36573E
Complementary color
Monochromatic Colors of #36573E
Black with #36573E
Text Example
Text Example
White with #36573E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36573E; }
p { color: rgb(54,87,62); }
H1.HeaderClassName
{
color: #36573E;
}
.AnyTagClassName
{
color: #36573E;
}
</style>
background-color css
<style>
a { background-color: #36573E; }
a { background-color: rgb(54,87,62); }
div.DivClassName
{
background-color: #36573E;
}
.BgClassName
{
background-color: #36573E;
}
</style>
border-color css
<style>
span { border-color: #36573E; }
span { border-color: rgb(54,87,62); }
td.TdClassName
{
border-color: #36573E;
}
.TagClassName
{
border-color: #36573E;
}
</style>