Shades of Goblin #3A5340
Tints of Goblin #3A5340
RGB
CMYK
RGB Variations
Color information
#3A5340 (or 0x3A5340) is known color: Goblin. HEX triplet: 3A, 53 and 40. RGB value is (58,83,64). Sum of RGB (Red+Green+Blue) = 58+83+64=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 83 - color contains mainly: green. Hex color #3A5340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5340 is #C5ACBF. Grayscale: #494949. Windows color (decimal): -12954816 or 4215610. OLE color: 4215610.
HSL color Cylindrical-coordinate representation of color #3A5340: hue angle of 134.4º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3A5340 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 83 | 64 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.67 |
| HSL | 134.4º | 0.18% | 0.28% | - |
| HSV(B) | 134.4º | 0.3% | 0.33% | - |
| XYZ | 5.76 | 7.46 | 5.99 | - |
| YUV | 73.36 | 122.72 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 83 | 64 | 0.30 | 0 | 0.23 | 0.67 | 134.4 | 0.18 | 0.28 |
| Hex | 3A | 53 | 40 | 1E | 0 | 17 | 43 | 86 | 12 | 1C |
| Octal | 72 | 123 | 100 | 36 | 0 | 27 | 103 | 206 | 22 | 34 |
| Binary | 111010 | 1010011 | 1000000 | 11110 | 0 | 10111 | 1000011 | 10000110 | 10010 | 11100 |
Color Harmonies of #3A5340
Complementary color
Monochromatic Colors of #3A5340
Black with #3A5340
Text Example
Text Example
White with #3A5340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5340; }
p { color: rgb(58,83,64); }
H1.HeaderClassName
{
color: #3A5340;
}
.AnyTagClassName
{
color: #3A5340;
}
</style>
background-color css
<style>
a { background-color: #3A5340; }
a { background-color: rgb(58,83,64); }
div.DivClassName
{
background-color: #3A5340;
}
.BgClassName
{
background-color: #3A5340;
}
</style>
border-color css
<style>
span { border-color: #3A5340; }
span { border-color: rgb(58,83,64); }
td.TdClassName
{
border-color: #3A5340;
}
.TagClassName
{
border-color: #3A5340;
}
</style>