Shades of Goblin #35503F
Tints of Goblin #35503F
RGB
CMYK
RGB Variations
Color information
#35503F (or 0x35503F) is known color: Goblin. HEX triplet: 35, 50 and 3F. RGB value is (53,80,63). Sum of RGB (Red+Green+Blue) = 53+80+63=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 80 - color contains mainly: green. Hex color #35503F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35503F is #CAAFC0. Grayscale: #464646. Windows color (decimal): -13283265 or 4149301. OLE color: 4149301.
HSL color Cylindrical-coordinate representation of color #35503F: hue angle of 142.22º 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 #35503F is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 80 | 63 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.69 |
| HSL | 142.22º | 0.2% | 0.26% | - |
| HSV(B) | 142.22º | 0.34% | 0.31% | - |
| XYZ | 5.23 | 6.85 | 5.75 | - |
| YUV | 69.99 | 124.05 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 80 | 63 | 0.34 | 0 | 0.21 | 0.69 | 142.22 | 0.2 | 0.26 |
| Hex | 35 | 50 | 3F | 22 | 0 | 15 | 45 | 8E | 14 | 1A |
| Octal | 65 | 120 | 77 | 42 | 0 | 25 | 105 | 216 | 24 | 32 |
| Binary | 110101 | 1010000 | 111111 | 100010 | 0 | 10101 | 1000101 | 10001110 | 10100 | 11010 |
Color Harmonies of #35503F
Complementary color
Monochromatic Colors of #35503F
Black with #35503F
Text Example
Text Example
White with #35503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35503F; }
p { color: rgb(53,80,63); }
H1.HeaderClassName
{
color: #35503F;
}
.AnyTagClassName
{
color: #35503F;
}
</style>
background-color css
<style>
a { background-color: #35503F; }
a { background-color: rgb(53,80,63); }
div.DivClassName
{
background-color: #35503F;
}
.BgClassName
{
background-color: #35503F;
}
</style>
border-color css
<style>
span { border-color: #35503F; }
span { border-color: rgb(53,80,63); }
td.TdClassName
{
border-color: #35503F;
}
.TagClassName
{
border-color: #35503F;
}
</style>