Shades of Goblin #35503D
Tints of Goblin #35503D
RGB
CMYK
RGB Variations
Color information
#35503D (or 0x35503D) is known color: Goblin. HEX triplet: 35, 50 and 3D. RGB value is (53,80,61). Sum of RGB (Red+Green+Blue) = 53+80+61=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 80 - color contains mainly: green. Hex color #35503D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35503D is #CAAFC2. Grayscale: #454545. Windows color (decimal): -13283267 or 4018229. OLE color: 4018229.
HSL color Cylindrical-coordinate representation of color #35503D: hue angle of 137.78º 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 #35503D is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 80 | 61 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.69 |
| HSL | 137.78º | 0.2% | 0.26% | - |
| HSV(B) | 137.78º | 0.34% | 0.31% | - |
| XYZ | 5.18 | 6.83 | 5.46 | - |
| YUV | 69.76 | 123.05 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 80 | 61 | 0.34 | 0 | 0.24 | 0.69 | 137.78 | 0.2 | 0.26 |
| Hex | 35 | 50 | 3D | 22 | 0 | 18 | 45 | 8A | 14 | 1A |
| Octal | 65 | 120 | 75 | 42 | 0 | 30 | 105 | 212 | 24 | 32 |
| Binary | 110101 | 1010000 | 111101 | 100010 | 0 | 11000 | 1000101 | 10001010 | 10100 | 11010 |
Color Harmonies of #35503D
Complementary color
Monochromatic Colors of #35503D
Black with #35503D
Text Example
Text Example
White with #35503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35503D; }
p { color: rgb(53,80,61); }
H1.HeaderClassName
{
color: #35503D;
}
.AnyTagClassName
{
color: #35503D;
}
</style>
background-color css
<style>
a { background-color: #35503D; }
a { background-color: rgb(53,80,61); }
div.DivClassName
{
background-color: #35503D;
}
.BgClassName
{
background-color: #35503D;
}
</style>
border-color css
<style>
span { border-color: #35503D; }
span { border-color: rgb(53,80,61); }
td.TdClassName
{
border-color: #35503D;
}
.TagClassName
{
border-color: #35503D;
}
</style>