Shades of Goblin #3A4C3D
Tints of Goblin #3A4C3D
RGB
CMYK
RGB Variations
Color information
#3A4C3D (or 0x3A4C3D) is known color: Goblin. HEX triplet: 3A, 4C and 3D. RGB value is (58,76,61). Sum of RGB (Red+Green+Blue) = 58+76+61=195 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.74% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 76 - color contains mainly: green. Hex color #3A4C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4C3D is #C5B3C2. Grayscale: #444444. Windows color (decimal): -12956611 or 4017210. OLE color: 4017210.
HSL color Cylindrical-coordinate representation of color #3A4C3D: hue angle of 130º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3A4C3D is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 58 | 76 | 61 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.70 |
| HSL | 130º | 0.13% | 0.26% | - |
| HSV(B) | 130º | 0.24% | 0.3% | - |
| XYZ | 5.17 | 6.41 | 5.38 | - |
| YUV | 68.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 76 | 61 | 0.24 | 0 | 0.20 | 0.70 | 130 | 0.13 | 0.26 |
| Hex | 3A | 4C | 3D | 18 | 0 | 14 | 46 | 82 | D | 1A |
| Octal | 72 | 114 | 75 | 30 | 0 | 24 | 106 | 202 | 15 | 32 |
| Binary | 111010 | 1001100 | 111101 | 11000 | 0 | 10100 | 1000110 | 10000010 | 1101 | 11010 |
Color Harmonies of #3A4C3D
Complementary color
Monochromatic Colors of #3A4C3D
Black with #3A4C3D
Text Example
Text Example
White with #3A4C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4C3D; }
p { color: rgb(58,76,61); }
H1.HeaderClassName
{
color: #3A4C3D;
}
.AnyTagClassName
{
color: #3A4C3D;
}
</style>
background-color css
<style>
a { background-color: #3A4C3D; }
a { background-color: rgb(58,76,61); }
div.DivClassName
{
background-color: #3A4C3D;
}
.BgClassName
{
background-color: #3A4C3D;
}
</style>
border-color css
<style>
span { border-color: #3A4C3D; }
span { border-color: rgb(58,76,61); }
td.TdClassName
{
border-color: #3A4C3D;
}
.TagClassName
{
border-color: #3A4C3D;
}
</style>