Shades of Goblin #3A5544
Tints of Goblin #3A5544
RGB
CMYK
RGB Variations
Color information
#3A5544 (or 0x3A5544) is known color: Goblin. HEX triplet: 3A, 55 and 44. RGB value is (58,85,68). Sum of RGB (Red+Green+Blue) = 58+85+68=211 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.49% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 68 (26.95% from 255 or 32.23% from 211); Max value from RGB is 85 - color contains mainly: green. Hex color #3A5544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5544 is #C5AABB. Grayscale: #4B4B4B. Windows color (decimal): -12954300 or 4478266. OLE color: 4478266.
HSL color Cylindrical-coordinate representation of color #3A5544: hue angle of 142.22º 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 #3A5544 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 85 | 68 | - |
| CMYK | 0.32 | 0 | 0.20 | 0.67 |
| HSL | 142.22º | 0.19% | 0.28% | - |
| HSV(B) | 142.22º | 0.32% | 0.33% | - |
| XYZ | 6.04 | 7.81 | 6.66 | - |
| YUV | 74.99 | 124.05 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 85 | 68 | 0.32 | 0 | 0.20 | 0.67 | 142.22 | 0.19 | 0.28 |
| Hex | 3A | 55 | 44 | 20 | 0 | 14 | 43 | 8E | 13 | 1C |
| Octal | 72 | 125 | 104 | 40 | 0 | 24 | 103 | 216 | 23 | 34 |
| Binary | 111010 | 1010101 | 1000100 | 100000 | 0 | 10100 | 1000011 | 10001110 | 10011 | 11100 |
Color Harmonies of #3A5544
Complementary color
Monochromatic Colors of #3A5544
Black with #3A5544
Text Example
Text Example
White with #3A5544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5544; }
p { color: rgb(58,85,68); }
H1.HeaderClassName
{
color: #3A5544;
}
.AnyTagClassName
{
color: #3A5544;
}
</style>
background-color css
<style>
a { background-color: #3A5544; }
a { background-color: rgb(58,85,68); }
div.DivClassName
{
background-color: #3A5544;
}
.BgClassName
{
background-color: #3A5544;
}
</style>
border-color css
<style>
span { border-color: #3A5544; }
span { border-color: rgb(58,85,68); }
td.TdClassName
{
border-color: #3A5544;
}
.TagClassName
{
border-color: #3A5544;
}
</style>