Shades of Goblin #3A5041
Tints of Goblin #3A5041
RGB
CMYK
RGB Variations
Color information
#3A5041 (or 0x3A5041) is known color: Goblin. HEX triplet: 3A, 50 and 41. RGB value is (58,80,65). Sum of RGB (Red+Green+Blue) = 58+80+65=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 80 - color contains mainly: green. Hex color #3A5041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5041 is #C5AFBE. Grayscale: #474747. Windows color (decimal): -12955583 or 4280378. OLE color: 4280378.
HSL color Cylindrical-coordinate representation of color #3A5041: hue angle of 139.09º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3A5041 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 80 | 65 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.69 |
| HSL | 139.09º | 0.16% | 0.27% | - |
| HSV(B) | 139.09º | 0.28% | 0.31% | - |
| XYZ | 5.57 | 7.02 | 6.06 | - |
| YUV | 71.71 | 124.21 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 80 | 65 | 0.28 | 0 | 0.19 | 0.69 | 139.09 | 0.16 | 0.27 |
| Hex | 3A | 50 | 41 | 1C | 0 | 13 | 45 | 8B | 10 | 1B |
| Octal | 72 | 120 | 101 | 34 | 0 | 23 | 105 | 213 | 20 | 33 |
| Binary | 111010 | 1010000 | 1000001 | 11100 | 0 | 10011 | 1000101 | 10001011 | 10000 | 11011 |
Color Harmonies of #3A5041
Complementary color
Monochromatic Colors of #3A5041
Black with #3A5041
Text Example
Text Example
White with #3A5041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5041; }
p { color: rgb(58,80,65); }
H1.HeaderClassName
{
color: #3A5041;
}
.AnyTagClassName
{
color: #3A5041;
}
</style>
background-color css
<style>
a { background-color: #3A5041; }
a { background-color: rgb(58,80,65); }
div.DivClassName
{
background-color: #3A5041;
}
.BgClassName
{
background-color: #3A5041;
}
</style>
border-color css
<style>
span { border-color: #3A5041; }
span { border-color: rgb(58,80,65); }
td.TdClassName
{
border-color: #3A5041;
}
.TagClassName
{
border-color: #3A5041;
}
</style>