Shades of Goblin #3A473F
Tints of Goblin #3A473F
RGB
CMYK
RGB Variations
Color information
#3A473F (or 0x3A473F) is known color: Goblin. HEX triplet: 3A, 47 and 3F. RGB value is (58,71,63). Sum of RGB (Red+Green+Blue) = 58+71+63=192 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.21% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 71 - color contains mainly: green. Hex color #3A473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A473F is #C5B8C0. Grayscale: #424242. Windows color (decimal): -12957889 or 4147002. OLE color: 4147002.
HSL color Cylindrical-coordinate representation of color #3A473F: hue angle of 143.08º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3A473F is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 71 | 63 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.72 |
| HSL | 143.08º | 0.1% | 0.25% | - |
| HSV(B) | 143.08º | 0.18% | 0.28% | - |
| XYZ | 4.9 | 5.76 | 5.56 | - |
| YUV | 66.2 | 126.19 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 71 | 63 | 0.18 | 0 | 0.11 | 0.72 | 143.08 | 0.1 | 0.25 |
| Hex | 3A | 47 | 3F | 12 | 0 | B | 48 | 8F | A | 19 |
| Octal | 72 | 107 | 77 | 22 | 0 | 13 | 110 | 217 | 12 | 31 |
| Binary | 111010 | 1000111 | 111111 | 10010 | 0 | 1011 | 1001000 | 10001111 | 1010 | 11001 |
Color Harmonies of #3A473F
Complementary color
Monochromatic Colors of #3A473F
Black with #3A473F
Text Example
Text Example
White with #3A473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A473F; }
p { color: rgb(58,71,63); }
H1.HeaderClassName
{
color: #3A473F;
}
.AnyTagClassName
{
color: #3A473F;
}
</style>
background-color css
<style>
a { background-color: #3A473F; }
a { background-color: rgb(58,71,63); }
div.DivClassName
{
background-color: #3A473F;
}
.BgClassName
{
background-color: #3A473F;
}
</style>
border-color css
<style>
span { border-color: #3A473F; }
span { border-color: rgb(58,71,63); }
td.TdClassName
{
border-color: #3A473F;
}
.TagClassName
{
border-color: #3A473F;
}
</style>