Shades of Goblin #3A4B3E
Tints of Goblin #3A4B3E
RGB
CMYK
RGB Variations
Color information
#3A4B3E (or 0x3A4B3E) is known color: Goblin. HEX triplet: 3A, 4B and 3E. RGB value is (58,75,62). Sum of RGB (Red+Green+Blue) = 58+75+62=195 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.74% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 75 - color contains mainly: green. Hex color #3A4B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4B3E is #C5B4C1. Grayscale: #444444. Windows color (decimal): -12956866 or 4082490. OLE color: 4082490.
HSL color Cylindrical-coordinate representation of color #3A4B3E: hue angle of 134.12º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3A4B3E is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 75 | 62 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.71 |
| HSL | 134.12º | 0.13% | 0.26% | - |
| HSV(B) | 134.12º | 0.23% | 0.29% | - |
| XYZ | 5.13 | 6.28 | 5.5 | - |
| YUV | 68.44 | 124.37 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 75 | 62 | 0.23 | 0 | 0.17 | 0.71 | 134.12 | 0.13 | 0.26 |
| Hex | 3A | 4B | 3E | 17 | 0 | 11 | 47 | 86 | D | 1A |
| Octal | 72 | 113 | 76 | 27 | 0 | 21 | 107 | 206 | 15 | 32 |
| Binary | 111010 | 1001011 | 111110 | 10111 | 0 | 10001 | 1000111 | 10000110 | 1101 | 11010 |
Color Harmonies of #3A4B3E
Complementary color
Monochromatic Colors of #3A4B3E
Black with #3A4B3E
Text Example
Text Example
White with #3A4B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4B3E; }
p { color: rgb(58,75,62); }
H1.HeaderClassName
{
color: #3A4B3E;
}
.AnyTagClassName
{
color: #3A4B3E;
}
</style>
background-color css
<style>
a { background-color: #3A4B3E; }
a { background-color: rgb(58,75,62); }
div.DivClassName
{
background-color: #3A4B3E;
}
.BgClassName
{
background-color: #3A4B3E;
}
</style>
border-color css
<style>
span { border-color: #3A4B3E; }
span { border-color: rgb(58,75,62); }
td.TdClassName
{
border-color: #3A4B3E;
}
.TagClassName
{
border-color: #3A4B3E;
}
</style>