Shades of Goblin #3A493E
Tints of Goblin #3A493E
RGB
CMYK
RGB Variations
Color information
#3A493E (or 0x3A493E) is known color: Goblin. HEX triplet: 3A, 49 and 3E. RGB value is (58,73,62). Sum of RGB (Red+Green+Blue) = 58+73+62=193 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.05% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 73 - color contains mainly: green. Hex color #3A493E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A493E is #C5B6C1. Grayscale: #434343. Windows color (decimal): -12957378 or 4081978. OLE color: 4081978.
HSL color Cylindrical-coordinate representation of color #3A493E: hue angle of 136º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3A493E is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 73 | 62 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.71 |
| HSL | 136º | 0.11% | 0.26% | - |
| HSV(B) | 136º | 0.21% | 0.29% | - |
| XYZ | 5 | 6.01 | 5.45 | - |
| YUV | 67.26 | 125.03 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 73 | 62 | 0.21 | 0 | 0.15 | 0.71 | 136 | 0.11 | 0.26 |
| Hex | 3A | 49 | 3E | 15 | 0 | F | 47 | 88 | B | 1A |
| Octal | 72 | 111 | 76 | 25 | 0 | 17 | 107 | 210 | 13 | 32 |
| Binary | 111010 | 1001001 | 111110 | 10101 | 0 | 1111 | 1000111 | 10001000 | 1011 | 11010 |
Color Harmonies of #3A493E
Complementary color
Monochromatic Colors of #3A493E
Black with #3A493E
Text Example
Text Example
White with #3A493E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A493E; }
p { color: rgb(58,73,62); }
H1.HeaderClassName
{
color: #3A493E;
}
.AnyTagClassName
{
color: #3A493E;
}
</style>
background-color css
<style>
a { background-color: #3A493E; }
a { background-color: rgb(58,73,62); }
div.DivClassName
{
background-color: #3A493E;
}
.BgClassName
{
background-color: #3A493E;
}
</style>
border-color css
<style>
span { border-color: #3A493E; }
span { border-color: rgb(58,73,62); }
td.TdClassName
{
border-color: #3A493E;
}
.TagClassName
{
border-color: #3A493E;
}
</style>