Shades of Goblin #3A4D42
Tints of Goblin #3A4D42
RGB
CMYK
RGB Variations
Color information
#3A4D42 (or 0x3A4D42) is known color: Goblin. HEX triplet: 3A, 4D and 42. RGB value is (58,77,66). Sum of RGB (Red+Green+Blue) = 58+77+66=201 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.86% from 201); Green value is 77 (30.47% from 255 or 38.31% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 77 - color contains mainly: green. Hex color #3A4D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4D42 is #C5B2BD. Grayscale: #464646. Windows color (decimal): -12956350 or 4345146. OLE color: 4345146.
HSL color Cylindrical-coordinate representation of color #3A4D42: hue angle of 145.26º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3A4D42 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 58 | 77 | 66 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.70 |
| HSL | 145.26º | 0.14% | 0.26% | - |
| HSV(B) | 145.26º | 0.25% | 0.3% | - |
| XYZ | 5.38 | 6.6 | 6.14 | - |
| YUV | 70.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 77 | 66 | 0.25 | 0 | 0.14 | 0.70 | 145.26 | 0.14 | 0.26 |
| Hex | 3A | 4D | 42 | 19 | 0 | E | 46 | 91 | E | 1A |
| Octal | 72 | 115 | 102 | 31 | 0 | 16 | 106 | 221 | 16 | 32 |
| Binary | 111010 | 1001101 | 1000010 | 11001 | 0 | 1110 | 1000110 | 10010001 | 1110 | 11010 |
Color Harmonies of #3A4D42
Complementary color
Monochromatic Colors of #3A4D42
Black with #3A4D42
Text Example
Text Example
White with #3A4D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4D42; }
p { color: rgb(58,77,66); }
H1.HeaderClassName
{
color: #3A4D42;
}
.AnyTagClassName
{
color: #3A4D42;
}
</style>
background-color css
<style>
a { background-color: #3A4D42; }
a { background-color: rgb(58,77,66); }
div.DivClassName
{
background-color: #3A4D42;
}
.BgClassName
{
background-color: #3A4D42;
}
</style>
border-color css
<style>
span { border-color: #3A4D42; }
span { border-color: rgb(58,77,66); }
td.TdClassName
{
border-color: #3A4D42;
}
.TagClassName
{
border-color: #3A4D42;
}
</style>