Shades of Goblin #3A523F
Tints of Goblin #3A523F
RGB
CMYK
RGB Variations
Color information
#3A523F (or 0x3A523F) is known color: Goblin. HEX triplet: 3A, 52 and 3F. RGB value is (58,82,63). Sum of RGB (Red+Green+Blue) = 58+82+63=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 82 - color contains mainly: green. Hex color #3A523F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A523F is #C5ADC0. Grayscale: #484848. Windows color (decimal): -12955073 or 4149818. OLE color: 4149818.
HSL color Cylindrical-coordinate representation of color #3A523F: hue angle of 132.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3A523F is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 58 | 82 | 63 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.68 |
| HSL | 132.5º | 0.17% | 0.27% | - |
| HSV(B) | 132.5º | 0.29% | 0.32% | - |
| XYZ | 5.66 | 7.29 | 5.81 | - |
| YUV | 72.66 | 122.55 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 82 | 63 | 0.29 | 0 | 0.23 | 0.68 | 132.5 | 0.17 | 0.27 |
| Hex | 3A | 52 | 3F | 1D | 0 | 17 | 44 | 84 | 11 | 1B |
| Octal | 72 | 122 | 77 | 35 | 0 | 27 | 104 | 204 | 21 | 33 |
| Binary | 111010 | 1010010 | 111111 | 11101 | 0 | 10111 | 1000100 | 10000100 | 10001 | 11011 |
Color Harmonies of #3A523F
Complementary color
Monochromatic Colors of #3A523F
Black with #3A523F
Text Example
Text Example
White with #3A523F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A523F; }
p { color: rgb(58,82,63); }
H1.HeaderClassName
{
color: #3A523F;
}
.AnyTagClassName
{
color: #3A523F;
}
</style>
background-color css
<style>
a { background-color: #3A523F; }
a { background-color: rgb(58,82,63); }
div.DivClassName
{
background-color: #3A523F;
}
.BgClassName
{
background-color: #3A523F;
}
</style>
border-color css
<style>
span { border-color: #3A523F; }
span { border-color: rgb(58,82,63); }
td.TdClassName
{
border-color: #3A523F;
}
.TagClassName
{
border-color: #3A523F;
}
</style>