Shades of Goblin #36543F
Tints of Goblin #36543F
RGB
CMYK
RGB Variations
Color information
#36543F (or 0x36543F) is known color: Goblin. HEX triplet: 36, 54 and 3F. RGB value is (54,84,63). Sum of RGB (Red+Green+Blue) = 54+84+63=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 84 - color contains mainly: green. Hex color #36543F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36543F is #C9ABC0. Grayscale: #484848. Windows color (decimal): -13216705 or 4150326. OLE color: 4150326.
HSL color Cylindrical-coordinate representation of color #36543F: hue angle of 138º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #36543F is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 84 | 63 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.67 |
| HSL | 138º | 0.22% | 0.27% | - |
| HSV(B) | 138º | 0.36% | 0.33% | - |
| XYZ | 5.59 | 7.48 | 5.85 | - |
| YUV | 72.64 | 122.56 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 84 | 63 | 0.36 | 0 | 0.25 | 0.67 | 138 | 0.22 | 0.27 |
| Hex | 36 | 54 | 3F | 24 | 0 | 19 | 43 | 8A | 16 | 1B |
| Octal | 66 | 124 | 77 | 44 | 0 | 31 | 103 | 212 | 26 | 33 |
| Binary | 110110 | 1010100 | 111111 | 100100 | 0 | 11001 | 1000011 | 10001010 | 10110 | 11011 |
Color Harmonies of #36543F
Complementary color
Monochromatic Colors of #36543F
Black with #36543F
Text Example
Text Example
White with #36543F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36543F; }
p { color: rgb(54,84,63); }
H1.HeaderClassName
{
color: #36543F;
}
.AnyTagClassName
{
color: #36543F;
}
</style>
background-color css
<style>
a { background-color: #36543F; }
a { background-color: rgb(54,84,63); }
div.DivClassName
{
background-color: #36543F;
}
.BgClassName
{
background-color: #36543F;
}
</style>
border-color css
<style>
span { border-color: #36543F; }
span { border-color: rgb(54,84,63); }
td.TdClassName
{
border-color: #36543F;
}
.TagClassName
{
border-color: #36543F;
}
</style>