Shades of Goblin #35483D
Tints of Goblin #35483D
RGB
CMYK
RGB Variations
Color information
#35483D (or 0x35483D) is known color: Goblin. HEX triplet: 35, 48 and 3D. RGB value is (53,72,61). Sum of RGB (Red+Green+Blue) = 53+72+61=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 72 - color contains mainly: green. Hex color #35483D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35483D is #CAB7C2. Grayscale: #414141. Windows color (decimal): -13285315 or 4016181. OLE color: 4016181.
HSL color Cylindrical-coordinate representation of color #35483D: hue angle of 145.26º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #35483D is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 72 | 61 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.72 |
| HSL | 145.26º | 0.15% | 0.25% | - |
| HSV(B) | 145.26º | 0.26% | 0.28% | - |
| XYZ | 4.63 | 5.73 | 5.28 | - |
| YUV | 65.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 72 | 61 | 0.26 | 0 | 0.15 | 0.72 | 145.26 | 0.15 | 0.25 |
| Hex | 35 | 48 | 3D | 1A | 0 | F | 48 | 91 | F | 19 |
| Octal | 65 | 110 | 75 | 32 | 0 | 17 | 110 | 221 | 17 | 31 |
| Binary | 110101 | 1001000 | 111101 | 11010 | 0 | 1111 | 1001000 | 10010001 | 1111 | 11001 |
Color Harmonies of #35483D
Complementary color
Monochromatic Colors of #35483D
Black with #35483D
Text Example
Text Example
White with #35483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35483D; }
p { color: rgb(53,72,61); }
H1.HeaderClassName
{
color: #35483D;
}
.AnyTagClassName
{
color: #35483D;
}
</style>
background-color css
<style>
a { background-color: #35483D; }
a { background-color: rgb(53,72,61); }
div.DivClassName
{
background-color: #35483D;
}
.BgClassName
{
background-color: #35483D;
}
</style>
border-color css
<style>
span { border-color: #35483D; }
span { border-color: rgb(53,72,61); }
td.TdClassName
{
border-color: #35483D;
}
.TagClassName
{
border-color: #35483D;
}
</style>