Shades of Goblin #35513F
Tints of Goblin #35513F
RGB
CMYK
RGB Variations
Color information
#35513F (or 0x35513F) is known color: Goblin. HEX triplet: 35, 51 and 3F. RGB value is (53,81,63). Sum of RGB (Red+Green+Blue) = 53+81+63=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 81 - color contains mainly: green. Hex color #35513F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35513F is #CAAEC0. Grayscale: #464646. Windows color (decimal): -13283009 or 4149557. OLE color: 4149557.
HSL color Cylindrical-coordinate representation of color #35513F: hue angle of 141.43º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #35513F is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 53 | 81 | 63 | - |
| CMYK | 0.35 | 0 | 0.22 | 0.68 |
| HSL | 141.43º | 0.21% | 0.26% | - |
| HSV(B) | 141.43º | 0.35% | 0.32% | - |
| XYZ | 5.31 | 7 | 5.77 | - |
| YUV | 70.58 | 123.72 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 81 | 63 | 0.35 | 0 | 0.22 | 0.68 | 141.43 | 0.21 | 0.26 |
| Hex | 35 | 51 | 3F | 23 | 0 | 16 | 44 | 8D | 15 | 1A |
| Octal | 65 | 121 | 77 | 43 | 0 | 26 | 104 | 215 | 25 | 32 |
| Binary | 110101 | 1010001 | 111111 | 100011 | 0 | 10110 | 1000100 | 10001101 | 10101 | 11010 |
Color Harmonies of #35513F
Complementary color
Monochromatic Colors of #35513F
Black with #35513F
Text Example
Text Example
White with #35513F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35513F; }
p { color: rgb(53,81,63); }
H1.HeaderClassName
{
color: #35513F;
}
.AnyTagClassName
{
color: #35513F;
}
</style>
background-color css
<style>
a { background-color: #35513F; }
a { background-color: rgb(53,81,63); }
div.DivClassName
{
background-color: #35513F;
}
.BgClassName
{
background-color: #35513F;
}
</style>
border-color css
<style>
span { border-color: #35513F; }
span { border-color: rgb(53,81,63); }
td.TdClassName
{
border-color: #35513F;
}
.TagClassName
{
border-color: #35513F;
}
</style>