Shades of Goblin #39513F
Tints of Goblin #39513F
RGB
CMYK
RGB Variations
Color information
#39513F (or 0x39513F) is known color: Goblin. HEX triplet: 39, 51 and 3F. RGB value is (57,81,63). Sum of RGB (Red+Green+Blue) = 57+81+63=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 81 - color contains mainly: green. Hex color #39513F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39513F is #C6AEC0. Grayscale: #474747. Windows color (decimal): -13020865 or 4149561. OLE color: 4149561.
HSL color Cylindrical-coordinate representation of color #39513F: hue angle of 135º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #39513F is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 57 | 81 | 63 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.68 |
| HSL | 135º | 0.17% | 0.27% | - |
| HSV(B) | 135º | 0.3% | 0.32% | - |
| XYZ | 5.53 | 7.11 | 5.78 | - |
| YUV | 71.77 | 123.05 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 81 | 63 | 0.30 | 0 | 0.22 | 0.68 | 135 | 0.17 | 0.27 |
| Hex | 39 | 51 | 3F | 1E | 0 | 16 | 44 | 87 | 11 | 1B |
| Octal | 71 | 121 | 77 | 36 | 0 | 26 | 104 | 207 | 21 | 33 |
| Binary | 111001 | 1010001 | 111111 | 11110 | 0 | 10110 | 1000100 | 10000111 | 10001 | 11011 |
Color Harmonies of #39513F
Complementary color
Monochromatic Colors of #39513F
Black with #39513F
Text Example
Text Example
White with #39513F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39513F; }
p { color: rgb(57,81,63); }
H1.HeaderClassName
{
color: #39513F;
}
.AnyTagClassName
{
color: #39513F;
}
</style>
background-color css
<style>
a { background-color: #39513F; }
a { background-color: rgb(57,81,63); }
div.DivClassName
{
background-color: #39513F;
}
.BgClassName
{
background-color: #39513F;
}
</style>
border-color css
<style>
span { border-color: #39513F; }
span { border-color: rgb(57,81,63); }
td.TdClassName
{
border-color: #39513F;
}
.TagClassName
{
border-color: #39513F;
}
</style>