Shades of Goblin #3A5441
Tints of Goblin #3A5441
RGB
CMYK
RGB Variations
Color information
#3A5441 (or 0x3A5441) is known color: Goblin. HEX triplet: 3A, 54 and 41. RGB value is (58,84,65). Sum of RGB (Red+Green+Blue) = 58+84+65=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 84 - color contains mainly: green. Hex color #3A5441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5441 is #C5ABBE. Grayscale: #4A4A4A. Windows color (decimal): -12954559 or 4281402. OLE color: 4281402.
HSL color Cylindrical-coordinate representation of color #3A5441: hue angle of 136.15º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3A5441 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 84 | 65 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.67 |
| HSL | 136.15º | 0.18% | 0.28% | - |
| HSV(B) | 136.15º | 0.31% | 0.33% | - |
| XYZ | 5.87 | 7.62 | 6.16 | - |
| YUV | 74.06 | 122.89 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 84 | 65 | 0.31 | 0 | 0.23 | 0.67 | 136.15 | 0.18 | 0.28 |
| Hex | 3A | 54 | 41 | 1F | 0 | 17 | 43 | 88 | 12 | 1C |
| Octal | 72 | 124 | 101 | 37 | 0 | 27 | 103 | 210 | 22 | 34 |
| Binary | 111010 | 1010100 | 1000001 | 11111 | 0 | 10111 | 1000011 | 10001000 | 10010 | 11100 |
Color Harmonies of #3A5441
Complementary color
Monochromatic Colors of #3A5441
Black with #3A5441
Text Example
Text Example
White with #3A5441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5441; }
p { color: rgb(58,84,65); }
H1.HeaderClassName
{
color: #3A5441;
}
.AnyTagClassName
{
color: #3A5441;
}
</style>
background-color css
<style>
a { background-color: #3A5441; }
a { background-color: rgb(58,84,65); }
div.DivClassName
{
background-color: #3A5441;
}
.BgClassName
{
background-color: #3A5441;
}
</style>
border-color css
<style>
span { border-color: #3A5441; }
span { border-color: rgb(58,84,65); }
td.TdClassName
{
border-color: #3A5441;
}
.TagClassName
{
border-color: #3A5441;
}
</style>