Shades of Goblin #36593F
Tints of Goblin #36593F
RGB
CMYK
RGB Variations
Color information
#36593F (or 0x36593F) is known color: Goblin. HEX triplet: 36, 59 and 3F. RGB value is (54,89,63). Sum of RGB (Red+Green+Blue) = 54+89+63=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 89 (35.16% from 255 or 43.20% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 89 - color contains mainly: green. Hex color #36593F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36593F is #C9A6C0. Grayscale: #4B4B4B. Windows color (decimal): -13215425 or 4151606. OLE color: 4151606.
HSL color Cylindrical-coordinate representation of color #36593F: hue angle of 135.43º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #36593F is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 89 | 63 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.65 |
| HSL | 135.43º | 0.24% | 0.28% | - |
| HSV(B) | 135.43º | 0.39% | 0.35% | - |
| XYZ | 5.99 | 8.29 | 5.99 | - |
| YUV | 75.57 | 120.9 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 89 | 63 | 0.39 | 0 | 0.29 | 0.65 | 135.43 | 0.24 | 0.28 |
| Hex | 36 | 59 | 3F | 27 | 0 | 1D | 41 | 87 | 18 | 1C |
| Octal | 66 | 131 | 77 | 47 | 0 | 35 | 101 | 207 | 30 | 34 |
| Binary | 110110 | 1011001 | 111111 | 100111 | 0 | 11101 | 1000001 | 10000111 | 11000 | 11100 |
Color Harmonies of #36593F
Complementary color
Monochromatic Colors of #36593F
Black with #36593F
Text Example
Text Example
White with #36593F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36593F; }
p { color: rgb(54,89,63); }
H1.HeaderClassName
{
color: #36593F;
}
.AnyTagClassName
{
color: #36593F;
}
</style>
background-color css
<style>
a { background-color: #36593F; }
a { background-color: rgb(54,89,63); }
div.DivClassName
{
background-color: #36593F;
}
.BgClassName
{
background-color: #36593F;
}
</style>
border-color css
<style>
span { border-color: #36593F; }
span { border-color: rgb(54,89,63); }
td.TdClassName
{
border-color: #36593F;
}
.TagClassName
{
border-color: #36593F;
}
</style>