Shades of Goblin #355441
Tints of Goblin #355441
RGB
CMYK
RGB Variations
Color information
#355441 (or 0x355441) is known color: Goblin. HEX triplet: 35, 54 and 41. RGB value is (53,84,65). Sum of RGB (Red+Green+Blue) = 53+84+65=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 84 - color contains mainly: green. Hex color #355441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355441 is #CAABBE. Grayscale: #484848. Windows color (decimal): -13282239 or 4281397. OLE color: 4281397.
HSL color Cylindrical-coordinate representation of color #355441: hue angle of 143.23º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #355441 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 84 | 65 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.67 |
| HSL | 143.23º | 0.23% | 0.27% | - |
| HSV(B) | 143.23º | 0.37% | 0.33% | - |
| XYZ | 5.59 | 7.48 | 6.15 | - |
| YUV | 72.57 | 123.73 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 84 | 65 | 0.37 | 0 | 0.23 | 0.67 | 143.23 | 0.23 | 0.27 |
| Hex | 35 | 54 | 41 | 25 | 0 | 17 | 43 | 8F | 17 | 1B |
| Octal | 65 | 124 | 101 | 45 | 0 | 27 | 103 | 217 | 27 | 33 |
| Binary | 110101 | 1010100 | 1000001 | 100101 | 0 | 10111 | 1000011 | 10001111 | 10111 | 11011 |
Color Harmonies of #355441
Complementary color
Monochromatic Colors of #355441
Black with #355441
Text Example
Text Example
White with #355441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355441; }
p { color: rgb(53,84,65); }
H1.HeaderClassName
{
color: #355441;
}
.AnyTagClassName
{
color: #355441;
}
</style>
background-color css
<style>
a { background-color: #355441; }
a { background-color: rgb(53,84,65); }
div.DivClassName
{
background-color: #355441;
}
.BgClassName
{
background-color: #355441;
}
</style>
border-color css
<style>
span { border-color: #355441; }
span { border-color: rgb(53,84,65); }
td.TdClassName
{
border-color: #355441;
}
.TagClassName
{
border-color: #355441;
}
</style>