Shades of Goblin #3A5745
Tints of Goblin #3A5745
RGB
CMYK
RGB Variations
Color information
#3A5745 (or 0x3A5745) is known color: Goblin. HEX triplet: 3A, 57 and 45. RGB value is (58,87,69). Sum of RGB (Red+Green+Blue) = 58+87+69=214 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.10% from 214); Green value is 87 (34.38% from 255 or 40.65% from 214); Blue value is 69 (27.34% from 255 or 32.24% from 214); Max value from RGB is 87 - color contains mainly: green. Hex color #3A5745 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5745 is #C5A8BA. Grayscale: #4C4C4C. Windows color (decimal): -12953787 or 4544314. OLE color: 4544314.
HSL color Cylindrical-coordinate representation of color #3A5745: hue angle of 142.76º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3A5745 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 58 | 87 | 69 | - |
| CMYK | 0.33 | 0 | 0.21 | 0.66 |
| HSL | 142.76º | 0.2% | 0.28% | - |
| HSV(B) | 142.76º | 0.33% | 0.34% | - |
| XYZ | 6.23 | 8.15 | 6.87 | - |
| YUV | 76.28 | 123.89 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 87 | 69 | 0.33 | 0 | 0.21 | 0.66 | 142.76 | 0.2 | 0.28 |
| Hex | 3A | 57 | 45 | 21 | 0 | 15 | 42 | 8F | 14 | 1C |
| Octal | 72 | 127 | 105 | 41 | 0 | 25 | 102 | 217 | 24 | 34 |
| Binary | 111010 | 1010111 | 1000101 | 100001 | 0 | 10101 | 1000010 | 10001111 | 10100 | 11100 |
Color Harmonies of #3A5745
Complementary color
Monochromatic Colors of #3A5745
Black with #3A5745
Text Example
Text Example
White with #3A5745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5745; }
p { color: rgb(58,87,69); }
H1.HeaderClassName
{
color: #3A5745;
}
.AnyTagClassName
{
color: #3A5745;
}
</style>
background-color css
<style>
a { background-color: #3A5745; }
a { background-color: rgb(58,87,69); }
div.DivClassName
{
background-color: #3A5745;
}
.BgClassName
{
background-color: #3A5745;
}
</style>
border-color css
<style>
span { border-color: #3A5745; }
span { border-color: rgb(58,87,69); }
td.TdClassName
{
border-color: #3A5745;
}
.TagClassName
{
border-color: #3A5745;
}
</style>