Shades of Goblin #3A5543
Tints of Goblin #3A5543
RGB
CMYK
RGB Variations
Color information
#3A5543 (or 0x3A5543) is known color: Goblin. HEX triplet: 3A, 55 and 43. RGB value is (58,85,67). Sum of RGB (Red+Green+Blue) = 58+85+67=210 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.62% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 85 - color contains mainly: green. Hex color #3A5543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5543 is #C5AABC. Grayscale: #4A4A4A. Windows color (decimal): -12954301 or 4412730. OLE color: 4412730.
HSL color Cylindrical-coordinate representation of color #3A5543: hue angle of 140º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3A5543 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 85 | 67 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.67 |
| HSL | 140º | 0.19% | 0.28% | - |
| HSV(B) | 140º | 0.32% | 0.33% | - |
| XYZ | 6.01 | 7.8 | 6.5 | - |
| YUV | 74.88 | 123.55 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 85 | 67 | 0.32 | 0 | 0.21 | 0.67 | 140 | 0.19 | 0.28 |
| Hex | 3A | 55 | 43 | 20 | 0 | 15 | 43 | 8C | 13 | 1C |
| Octal | 72 | 125 | 103 | 40 | 0 | 25 | 103 | 214 | 23 | 34 |
| Binary | 111010 | 1010101 | 1000011 | 100000 | 0 | 10101 | 1000011 | 10001100 | 10011 | 11100 |
Color Harmonies of #3A5543
Complementary color
Monochromatic Colors of #3A5543
Black with #3A5543
Text Example
Text Example
White with #3A5543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5543; }
p { color: rgb(58,85,67); }
H1.HeaderClassName
{
color: #3A5543;
}
.AnyTagClassName
{
color: #3A5543;
}
</style>
background-color css
<style>
a { background-color: #3A5543; }
a { background-color: rgb(58,85,67); }
div.DivClassName
{
background-color: #3A5543;
}
.BgClassName
{
background-color: #3A5543;
}
</style>
border-color css
<style>
span { border-color: #3A5543; }
span { border-color: rgb(58,85,67); }
td.TdClassName
{
border-color: #3A5543;
}
.TagClassName
{
border-color: #3A5543;
}
</style>