Shades of Goblin #3A5140
Tints of Goblin #3A5140
RGB
CMYK
RGB Variations
Color information
#3A5140 (or 0x3A5140) is known color: Goblin. HEX triplet: 3A, 51 and 40. RGB value is (58,81,64). Sum of RGB (Red+Green+Blue) = 58+81+64=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 81 - color contains mainly: green. Hex color #3A5140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5140 is #C5AEBF. Grayscale: #484848. Windows color (decimal): -12955328 or 4215098. OLE color: 4215098.
HSL color Cylindrical-coordinate representation of color #3A5140: hue angle of 135.65º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3A5140 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 58 | 81 | 64 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.68 |
| HSL | 135.65º | 0.17% | 0.27% | - |
| HSV(B) | 135.65º | 0.28% | 0.32% | - |
| XYZ | 5.61 | 7.15 | 5.94 | - |
| YUV | 72.19 | 123.38 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 81 | 64 | 0.28 | 0 | 0.21 | 0.68 | 135.65 | 0.17 | 0.27 |
| Hex | 3A | 51 | 40 | 1C | 0 | 15 | 44 | 88 | 11 | 1B |
| Octal | 72 | 121 | 100 | 34 | 0 | 25 | 104 | 210 | 21 | 33 |
| Binary | 111010 | 1010001 | 1000000 | 11100 | 0 | 10101 | 1000100 | 10001000 | 10001 | 11011 |
Color Harmonies of #3A5140
Complementary color
Monochromatic Colors of #3A5140
Black with #3A5140
Text Example
Text Example
White with #3A5140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5140; }
p { color: rgb(58,81,64); }
H1.HeaderClassName
{
color: #3A5140;
}
.AnyTagClassName
{
color: #3A5140;
}
</style>
background-color css
<style>
a { background-color: #3A5140; }
a { background-color: rgb(58,81,64); }
div.DivClassName
{
background-color: #3A5140;
}
.BgClassName
{
background-color: #3A5140;
}
</style>
border-color css
<style>
span { border-color: #3A5140; }
span { border-color: rgb(58,81,64); }
td.TdClassName
{
border-color: #3A5140;
}
.TagClassName
{
border-color: #3A5140;
}
</style>