Shades of Goblin #35463C
Tints of Goblin #35463C
RGB
CMYK
RGB Variations
Color information
#35463C (or 0x35463C) is known color: Goblin. HEX triplet: 35, 46 and 3C. RGB value is (53,70,60). Sum of RGB (Red+Green+Blue) = 53+70+60=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 70 - color contains mainly: green. Hex color #35463C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35463C is #CAB9C3. Grayscale: #3F3F3F. Windows color (decimal): -13285828 or 3950133. OLE color: 3950133.
HSL color Cylindrical-coordinate representation of color #35463C: hue angle of 144.71º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #35463C is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 70 | 60 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.73 |
| HSL | 144.71º | 0.14% | 0.24% | - |
| HSV(B) | 144.71º | 0.24% | 0.27% | - |
| XYZ | 4.47 | 5.46 | 5.09 | - |
| YUV | 63.78 | 125.87 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 70 | 60 | 0.24 | 0 | 0.14 | 0.73 | 144.71 | 0.14 | 0.24 |
| Hex | 35 | 46 | 3C | 18 | 0 | E | 49 | 91 | E | 18 |
| Octal | 65 | 106 | 74 | 30 | 0 | 16 | 111 | 221 | 16 | 30 |
| Binary | 110101 | 1000110 | 111100 | 11000 | 0 | 1110 | 1001001 | 10010001 | 1110 | 11000 |
Color Harmonies of #35463C
Complementary color
Monochromatic Colors of #35463C
Black with #35463C
Text Example
Text Example
White with #35463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35463C; }
p { color: rgb(53,70,60); }
H1.HeaderClassName
{
color: #35463C;
}
.AnyTagClassName
{
color: #35463C;
}
</style>
background-color css
<style>
a { background-color: #35463C; }
a { background-color: rgb(53,70,60); }
div.DivClassName
{
background-color: #35463C;
}
.BgClassName
{
background-color: #35463C;
}
</style>
border-color css
<style>
span { border-color: #35463C; }
span { border-color: rgb(53,70,60); }
td.TdClassName
{
border-color: #35463C;
}
.TagClassName
{
border-color: #35463C;
}
</style>