Shades of Goblin #3A503D
Tints of Goblin #3A503D
RGB
CMYK
RGB Variations
Color information
#3A503D (or 0x3A503D) is known color: Goblin. HEX triplet: 3A, 50 and 3D. RGB value is (58,80,61). Sum of RGB (Red+Green+Blue) = 58+80+61=199 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.15% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 61 (24.22% from 255 or 30.65% from 199); Max value from RGB is 80 - color contains mainly: green. Hex color #3A503D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A503D is #C5AFC2. Grayscale: #474747. Windows color (decimal): -12955587 or 4018234. OLE color: 4018234.
HSL color Cylindrical-coordinate representation of color #3A503D: hue angle of 128.18º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3A503D is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 80 | 61 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.69 |
| HSL | 128.18º | 0.16% | 0.27% | - |
| HSV(B) | 128.18º | 0.28% | 0.31% | - |
| XYZ | 5.46 | 6.97 | 5.47 | - |
| YUV | 71.26 | 122.21 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 80 | 61 | 0.28 | 0 | 0.24 | 0.69 | 128.18 | 0.16 | 0.27 |
| Hex | 3A | 50 | 3D | 1C | 0 | 18 | 45 | 80 | 10 | 1B |
| Octal | 72 | 120 | 75 | 34 | 0 | 30 | 105 | 200 | 20 | 33 |
| Binary | 111010 | 1010000 | 111101 | 11100 | 0 | 11000 | 1000101 | 10000000 | 10000 | 11011 |
Color Harmonies of #3A503D
Complementary color
Monochromatic Colors of #3A503D
Black with #3A503D
Text Example
Text Example
White with #3A503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A503D; }
p { color: rgb(58,80,61); }
H1.HeaderClassName
{
color: #3A503D;
}
.AnyTagClassName
{
color: #3A503D;
}
</style>
background-color css
<style>
a { background-color: #3A503D; }
a { background-color: rgb(58,80,61); }
div.DivClassName
{
background-color: #3A503D;
}
.BgClassName
{
background-color: #3A503D;
}
</style>
border-color css
<style>
span { border-color: #3A503D; }
span { border-color: rgb(58,80,61); }
td.TdClassName
{
border-color: #3A503D;
}
.TagClassName
{
border-color: #3A503D;
}
</style>