Shades of Goblin #3A5342
Tints of Goblin #3A5342
RGB
CMYK
RGB Variations
Color information
#3A5342 (or 0x3A5342) is known color: Goblin. HEX triplet: 3A, 53 and 42. RGB value is (58,83,66). Sum of RGB (Red+Green+Blue) = 58+83+66=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 83 - color contains mainly: green. Hex color #3A5342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5342 is #C5ACBD. Grayscale: #494949. Windows color (decimal): -12954814 or 4346682. OLE color: 4346682.
HSL color Cylindrical-coordinate representation of color #3A5342: hue angle of 139.2º 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 #3A5342 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 83 | 66 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.67 |
| HSL | 139.2º | 0.18% | 0.28% | - |
| HSV(B) | 139.2º | 0.3% | 0.33% | - |
| XYZ | 5.82 | 7.48 | 6.29 | - |
| YUV | 73.59 | 123.72 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 83 | 66 | 0.30 | 0 | 0.20 | 0.67 | 139.2 | 0.18 | 0.28 |
| Hex | 3A | 53 | 42 | 1E | 0 | 14 | 43 | 8B | 12 | 1C |
| Octal | 72 | 123 | 102 | 36 | 0 | 24 | 103 | 213 | 22 | 34 |
| Binary | 111010 | 1010011 | 1000010 | 11110 | 0 | 10100 | 1000011 | 10001011 | 10010 | 11100 |
Color Harmonies of #3A5342
Complementary color
Monochromatic Colors of #3A5342
Black with #3A5342
Text Example
Text Example
White with #3A5342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5342; }
p { color: rgb(58,83,66); }
H1.HeaderClassName
{
color: #3A5342;
}
.AnyTagClassName
{
color: #3A5342;
}
</style>
background-color css
<style>
a { background-color: #3A5342; }
a { background-color: rgb(58,83,66); }
div.DivClassName
{
background-color: #3A5342;
}
.BgClassName
{
background-color: #3A5342;
}
</style>
border-color css
<style>
span { border-color: #3A5342; }
span { border-color: rgb(58,83,66); }
td.TdClassName
{
border-color: #3A5342;
}
.TagClassName
{
border-color: #3A5342;
}
</style>