Shades of Goblin #39503D
Tints of Goblin #39503D
RGB
CMYK
RGB Variations
Color information
#39503D (or 0x39503D) is known color: Goblin. HEX triplet: 39, 50 and 3D. RGB value is (57,80,61). Sum of RGB (Red+Green+Blue) = 57+80+61=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 80 - color contains mainly: green. Hex color #39503D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39503D is #C6AFC2. Grayscale: #474747. Windows color (decimal): -13021123 or 4018233. OLE color: 4018233.
HSL color Cylindrical-coordinate representation of color #39503D: hue angle of 130.43º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #39503D is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 80 | 61 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.69 |
| HSL | 130.43º | 0.17% | 0.27% | - |
| HSV(B) | 130.43º | 0.29% | 0.31% | - |
| XYZ | 5.4 | 6.94 | 5.47 | - |
| YUV | 70.96 | 122.38 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 80 | 61 | 0.29 | 0 | 0.24 | 0.69 | 130.43 | 0.17 | 0.27 |
| Hex | 39 | 50 | 3D | 1D | 0 | 18 | 45 | 82 | 11 | 1B |
| Octal | 71 | 120 | 75 | 35 | 0 | 30 | 105 | 202 | 21 | 33 |
| Binary | 111001 | 1010000 | 111101 | 11101 | 0 | 11000 | 1000101 | 10000010 | 10001 | 11011 |
Color Harmonies of #39503D
Complementary color
Monochromatic Colors of #39503D
Black with #39503D
Text Example
Text Example
White with #39503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39503D; }
p { color: rgb(57,80,61); }
H1.HeaderClassName
{
color: #39503D;
}
.AnyTagClassName
{
color: #39503D;
}
</style>
background-color css
<style>
a { background-color: #39503D; }
a { background-color: rgb(57,80,61); }
div.DivClassName
{
background-color: #39503D;
}
.BgClassName
{
background-color: #39503D;
}
</style>
border-color css
<style>
span { border-color: #39503D; }
span { border-color: rgb(57,80,61); }
td.TdClassName
{
border-color: #39503D;
}
.TagClassName
{
border-color: #39503D;
}
</style>