Shades of Goblin #35493D
Tints of Goblin #35493D
RGB
CMYK
RGB Variations
Color information
#35493D (or 0x35493D) is known color: Goblin. HEX triplet: 35, 49 and 3D. RGB value is (53,73,61). Sum of RGB (Red+Green+Blue) = 53+73+61=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 73 - color contains mainly: green. Hex color #35493D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35493D is #CAB6C2. Grayscale: #414141. Windows color (decimal): -13285059 or 4016437. OLE color: 4016437.
HSL color Cylindrical-coordinate representation of color #35493D: hue angle of 144º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #35493D is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 73 | 61 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.71 |
| HSL | 144º | 0.16% | 0.25% | - |
| HSV(B) | 144º | 0.27% | 0.29% | - |
| XYZ | 4.69 | 5.86 | 5.3 | - |
| YUV | 65.65 | 125.37 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 73 | 61 | 0.27 | 0 | 0.16 | 0.71 | 144 | 0.16 | 0.25 |
| Hex | 35 | 49 | 3D | 1B | 0 | 10 | 47 | 90 | 10 | 19 |
| Octal | 65 | 111 | 75 | 33 | 0 | 20 | 107 | 220 | 20 | 31 |
| Binary | 110101 | 1001001 | 111101 | 11011 | 0 | 10000 | 1000111 | 10010000 | 10000 | 11001 |
Color Harmonies of #35493D
Complementary color
Monochromatic Colors of #35493D
Black with #35493D
Text Example
Text Example
White with #35493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35493D; }
p { color: rgb(53,73,61); }
H1.HeaderClassName
{
color: #35493D;
}
.AnyTagClassName
{
color: #35493D;
}
</style>
background-color css
<style>
a { background-color: #35493D; }
a { background-color: rgb(53,73,61); }
div.DivClassName
{
background-color: #35493D;
}
.BgClassName
{
background-color: #35493D;
}
</style>
border-color css
<style>
span { border-color: #35493D; }
span { border-color: rgb(53,73,61); }
td.TdClassName
{
border-color: #35493D;
}
.TagClassName
{
border-color: #35493D;
}
</style>