Shades of Goblin #3A5542
Tints of Goblin #3A5542
RGB
CMYK
RGB Variations
Color information
#3A5542 (or 0x3A5542) is known color: Goblin. HEX triplet: 3A, 55 and 42. RGB value is (58,85,66). Sum of RGB (Red+Green+Blue) = 58+85+66=209 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.75% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 85 - color contains mainly: green. Hex color #3A5542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5542 is #C5AABD. Grayscale: #4A4A4A. Windows color (decimal): -12954302 or 4347194. OLE color: 4347194.
HSL color Cylindrical-coordinate representation of color #3A5542: hue angle of 137.78º 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 #3A5542 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 85 | 66 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.67 |
| HSL | 137.78º | 0.19% | 0.28% | - |
| HSV(B) | 137.78º | 0.32% | 0.33% | - |
| XYZ | 5.98 | 7.79 | 6.34 | - |
| YUV | 74.76 | 123.05 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 85 | 66 | 0.32 | 0 | 0.22 | 0.67 | 137.78 | 0.19 | 0.28 |
| Hex | 3A | 55 | 42 | 20 | 0 | 16 | 43 | 8A | 13 | 1C |
| Octal | 72 | 125 | 102 | 40 | 0 | 26 | 103 | 212 | 23 | 34 |
| Binary | 111010 | 1010101 | 1000010 | 100000 | 0 | 10110 | 1000011 | 10001010 | 10011 | 11100 |
Color Harmonies of #3A5542
Complementary color
Monochromatic Colors of #3A5542
Black with #3A5542
Text Example
Text Example
White with #3A5542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5542; }
p { color: rgb(58,85,66); }
H1.HeaderClassName
{
color: #3A5542;
}
.AnyTagClassName
{
color: #3A5542;
}
</style>
background-color css
<style>
a { background-color: #3A5542; }
a { background-color: rgb(58,85,66); }
div.DivClassName
{
background-color: #3A5542;
}
.BgClassName
{
background-color: #3A5542;
}
</style>
border-color css
<style>
span { border-color: #3A5542; }
span { border-color: rgb(58,85,66); }
td.TdClassName
{
border-color: #3A5542;
}
.TagClassName
{
border-color: #3A5542;
}
</style>