Shades of Goblin #3A4B40
Tints of Goblin #3A4B40
RGB
CMYK
RGB Variations
Color information
#3A4B40 (or 0x3A4B40) is known color: Goblin. HEX triplet: 3A, 4B and 40. RGB value is (58,75,64). Sum of RGB (Red+Green+Blue) = 58+75+64=197 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.44% from 197); Green value is 75 (29.69% from 255 or 38.07% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 75 - color contains mainly: green. Hex color #3A4B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4B40 is #C5B4BF. Grayscale: #444444. Windows color (decimal): -12956864 or 4213562. OLE color: 4213562.
HSL color Cylindrical-coordinate representation of color #3A4B40: hue angle of 141.18º 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 #3A4B40 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 75 | 64 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.71 |
| HSL | 141.18º | 0.13% | 0.26% | - |
| HSV(B) | 141.18º | 0.23% | 0.29% | - |
| XYZ | 5.19 | 6.3 | 5.79 | - |
| YUV | 68.66 | 125.37 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 75 | 64 | 0.23 | 0 | 0.15 | 0.71 | 141.18 | 0.13 | 0.26 |
| Hex | 3A | 4B | 40 | 17 | 0 | F | 47 | 8D | D | 1A |
| Octal | 72 | 113 | 100 | 27 | 0 | 17 | 107 | 215 | 15 | 32 |
| Binary | 111010 | 1001011 | 1000000 | 10111 | 0 | 1111 | 1000111 | 10001101 | 1101 | 11010 |
Color Harmonies of #3A4B40
Complementary color
Monochromatic Colors of #3A4B40
Black with #3A4B40
Text Example
Text Example
White with #3A4B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4B40; }
p { color: rgb(58,75,64); }
H1.HeaderClassName
{
color: #3A4B40;
}
.AnyTagClassName
{
color: #3A4B40;
}
</style>
background-color css
<style>
a { background-color: #3A4B40; }
a { background-color: rgb(58,75,64); }
div.DivClassName
{
background-color: #3A4B40;
}
.BgClassName
{
background-color: #3A4B40;
}
</style>
border-color css
<style>
span { border-color: #3A4B40; }
span { border-color: rgb(58,75,64); }
td.TdClassName
{
border-color: #3A4B40;
}
.TagClassName
{
border-color: #3A4B40;
}
</style>