Shades of Goblin #35513D
Tints of Goblin #35513D
RGB
CMYK
RGB Variations
Color information
#35513D (or 0x35513D) is known color: Goblin. HEX triplet: 35, 51 and 3D. RGB value is (53,81,61). Sum of RGB (Red+Green+Blue) = 53+81+61=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 81 - color contains mainly: green. Hex color #35513D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35513D is #CAAEC2. Grayscale: #464646. Windows color (decimal): -13283011 or 4018485. OLE color: 4018485.
HSL color Cylindrical-coordinate representation of color #35513D: hue angle of 137.14º 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 #35513D is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 53 | 81 | 61 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.68 |
| HSL | 137.14º | 0.21% | 0.26% | - |
| HSV(B) | 137.14º | 0.35% | 0.32% | - |
| XYZ | 5.25 | 6.98 | 5.49 | - |
| YUV | 70.35 | 122.72 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 81 | 61 | 0.35 | 0 | 0.25 | 0.68 | 137.14 | 0.21 | 0.26 |
| Hex | 35 | 51 | 3D | 23 | 0 | 19 | 44 | 89 | 15 | 1A |
| Octal | 65 | 121 | 75 | 43 | 0 | 31 | 104 | 211 | 25 | 32 |
| Binary | 110101 | 1010001 | 111101 | 100011 | 0 | 11001 | 1000100 | 10001001 | 10101 | 11010 |
Color Harmonies of #35513D
Complementary color
Monochromatic Colors of #35513D
Black with #35513D
Text Example
Text Example
White with #35513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35513D; }
p { color: rgb(53,81,61); }
H1.HeaderClassName
{
color: #35513D;
}
.AnyTagClassName
{
color: #35513D;
}
</style>
background-color css
<style>
a { background-color: #35513D; }
a { background-color: rgb(53,81,61); }
div.DivClassName
{
background-color: #35513D;
}
.BgClassName
{
background-color: #35513D;
}
</style>
border-color css
<style>
span { border-color: #35513D; }
span { border-color: rgb(53,81,61); }
td.TdClassName
{
border-color: #35513D;
}
.TagClassName
{
border-color: #35513D;
}
</style>