Shades of Goblin #3A4D40
Tints of Goblin #3A4D40
RGB
CMYK
RGB Variations
Color information
#3A4D40 (or 0x3A4D40) is known color: Goblin. HEX triplet: 3A, 4D and 40. RGB value is (58,77,64). Sum of RGB (Red+Green+Blue) = 58+77+64=199 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.15% from 199); Green value is 77 (30.47% from 255 or 38.69% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 77 - color contains mainly: green. Hex color #3A4D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4D40 is #C5B2BF. Grayscale: #454545. Windows color (decimal): -12956352 or 4214074. OLE color: 4214074.
HSL color Cylindrical-coordinate representation of color #3A4D40: hue angle of 138.95º 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 #3A4D40 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 58 | 77 | 64 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.70 |
| HSL | 138.95º | 0.14% | 0.26% | - |
| HSV(B) | 138.95º | 0.25% | 0.3% | - |
| XYZ | 5.32 | 6.58 | 5.84 | - |
| YUV | 69.84 | 124.71 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 77 | 64 | 0.25 | 0 | 0.17 | 0.70 | 138.95 | 0.14 | 0.26 |
| Hex | 3A | 4D | 40 | 19 | 0 | 11 | 46 | 8B | E | 1A |
| Octal | 72 | 115 | 100 | 31 | 0 | 21 | 106 | 213 | 16 | 32 |
| Binary | 111010 | 1001101 | 1000000 | 11001 | 0 | 10001 | 1000110 | 10001011 | 1110 | 11010 |
Color Harmonies of #3A4D40
Complementary color
Monochromatic Colors of #3A4D40
Black with #3A4D40
Text Example
Text Example
White with #3A4D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4D40; }
p { color: rgb(58,77,64); }
H1.HeaderClassName
{
color: #3A4D40;
}
.AnyTagClassName
{
color: #3A4D40;
}
</style>
background-color css
<style>
a { background-color: #3A4D40; }
a { background-color: rgb(58,77,64); }
div.DivClassName
{
background-color: #3A4D40;
}
.BgClassName
{
background-color: #3A4D40;
}
</style>
border-color css
<style>
span { border-color: #3A4D40; }
span { border-color: rgb(58,77,64); }
td.TdClassName
{
border-color: #3A4D40;
}
.TagClassName
{
border-color: #3A4D40;
}
</style>