Shades of Goblin #35503E
Tints of Goblin #35503E
RGB
CMYK
RGB Variations
Color information
#35503E (or 0x35503E) is known color: Goblin. HEX triplet: 35, 50 and 3E. RGB value is (53,80,62). Sum of RGB (Red+Green+Blue) = 53+80+62=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 80 - color contains mainly: green. Hex color #35503E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35503E is #CAAFC1. Grayscale: #454545. Windows color (decimal): -13283266 or 4083765. OLE color: 4083765.
HSL color Cylindrical-coordinate representation of color #35503E: hue angle of 140º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #35503E is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 80 | 62 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.69 |
| HSL | 140º | 0.2% | 0.26% | - |
| HSV(B) | 140º | 0.34% | 0.31% | - |
| XYZ | 5.21 | 6.84 | 5.6 | - |
| YUV | 69.88 | 123.55 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 80 | 62 | 0.34 | 0 | 0.22 | 0.69 | 140 | 0.2 | 0.26 |
| Hex | 35 | 50 | 3E | 22 | 0 | 16 | 45 | 8C | 14 | 1A |
| Octal | 65 | 120 | 76 | 42 | 0 | 26 | 105 | 214 | 24 | 32 |
| Binary | 110101 | 1010000 | 111110 | 100010 | 0 | 10110 | 1000101 | 10001100 | 10100 | 11010 |
Color Harmonies of #35503E
Complementary color
Monochromatic Colors of #35503E
Black with #35503E
Text Example
Text Example
White with #35503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35503E; }
p { color: rgb(53,80,62); }
H1.HeaderClassName
{
color: #35503E;
}
.AnyTagClassName
{
color: #35503E;
}
</style>
background-color css
<style>
a { background-color: #35503E; }
a { background-color: rgb(53,80,62); }
div.DivClassName
{
background-color: #35503E;
}
.BgClassName
{
background-color: #35503E;
}
</style>
border-color css
<style>
span { border-color: #35503E; }
span { border-color: rgb(53,80,62); }
td.TdClassName
{
border-color: #35503E;
}
.TagClassName
{
border-color: #35503E;
}
</style>