Shades of Goblin #3A5D46
Tints of Goblin #3A5D46
RGB
CMYK
RGB Variations
Color information
#3A5D46 (or 0x3A5D46) is known color: Goblin. HEX triplet: 3A, 5D and 46. RGB value is (58,93,70). Sum of RGB (Red+Green+Blue) = 58+93+70=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 93 (36.72% from 255 or 42.08% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 93 - color contains mainly: green. Hex color #3A5D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5D46 is #C5A2B9. Grayscale: #4F4F4F. Windows color (decimal): -12952250 or 4611386. OLE color: 4611386.
HSL color Cylindrical-coordinate representation of color #3A5D46: hue angle of 140.57º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A5D46 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 93 | 70 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.64 |
| HSL | 140.57º | 0.23% | 0.3% | - |
| HSV(B) | 140.57º | 0.38% | 0.36% | - |
| XYZ | 6.76 | 9.17 | 7.21 | - |
| YUV | 79.91 | 122.4 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 93 | 70 | 0.38 | 0 | 0.25 | 0.64 | 140.57 | 0.23 | 0.3 |
| Hex | 3A | 5D | 46 | 26 | 0 | 19 | 40 | 8D | 17 | 1E |
| Octal | 72 | 135 | 106 | 46 | 0 | 31 | 100 | 215 | 27 | 36 |
| Binary | 111010 | 1011101 | 1000110 | 100110 | 0 | 11001 | 1000000 | 10001101 | 10111 | 11110 |
Color Harmonies of #3A5D46
Complementary color
Monochromatic Colors of #3A5D46
Black with #3A5D46
Text Example
Text Example
White with #3A5D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5D46; }
p { color: rgb(58,93,70); }
H1.HeaderClassName
{
color: #3A5D46;
}
.AnyTagClassName
{
color: #3A5D46;
}
</style>
background-color css
<style>
a { background-color: #3A5D46; }
a { background-color: rgb(58,93,70); }
div.DivClassName
{
background-color: #3A5D46;
}
.BgClassName
{
background-color: #3A5D46;
}
</style>
border-color css
<style>
span { border-color: #3A5D46; }
span { border-color: rgb(58,93,70); }
td.TdClassName
{
border-color: #3A5D46;
}
.TagClassName
{
border-color: #3A5D46;
}
</style>