Shades of Goblin #3A5844
Tints of Goblin #3A5844
RGB
CMYK
RGB Variations
Color information
#3A5844 (or 0x3A5844) is known color: Goblin. HEX triplet: 3A, 58 and 44. RGB value is (58,88,68). Sum of RGB (Red+Green+Blue) = 58+88+68=214 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.10% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 68 (26.95% from 255 or 31.78% from 214); Max value from RGB is 88 - color contains mainly: green. Hex color #3A5844 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5844 is #C5A7BB. Grayscale: #4C4C4C. Windows color (decimal): -12953532 or 4479034. OLE color: 4479034.
HSL color Cylindrical-coordinate representation of color #3A5844: hue angle of 140º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3A5844 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 88 | 68 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.65 |
| HSL | 140º | 0.21% | 0.29% | - |
| HSV(B) | 140º | 0.34% | 0.35% | - |
| XYZ | 6.28 | 8.3 | 6.74 | - |
| YUV | 76.75 | 123.06 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 88 | 68 | 0.34 | 0 | 0.23 | 0.65 | 140 | 0.21 | 0.29 |
| Hex | 3A | 58 | 44 | 22 | 0 | 17 | 41 | 8C | 15 | 1D |
| Octal | 72 | 130 | 104 | 42 | 0 | 27 | 101 | 214 | 25 | 35 |
| Binary | 111010 | 1011000 | 1000100 | 100010 | 0 | 10111 | 1000001 | 10001100 | 10101 | 11101 |
Color Harmonies of #3A5844
Complementary color
Monochromatic Colors of #3A5844
Black with #3A5844
Text Example
Text Example
White with #3A5844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5844; }
p { color: rgb(58,88,68); }
H1.HeaderClassName
{
color: #3A5844;
}
.AnyTagClassName
{
color: #3A5844;
}
</style>
background-color css
<style>
a { background-color: #3A5844; }
a { background-color: rgb(58,88,68); }
div.DivClassName
{
background-color: #3A5844;
}
.BgClassName
{
background-color: #3A5844;
}
</style>
border-color css
<style>
span { border-color: #3A5844; }
span { border-color: rgb(58,88,68); }
td.TdClassName
{
border-color: #3A5844;
}
.TagClassName
{
border-color: #3A5844;
}
</style>