Shades of Goblin #355442
Tints of Goblin #355442
RGB
CMYK
RGB Variations
Color information
#355442 (or 0x355442) is known color: Goblin. HEX triplet: 35, 54 and 42. RGB value is (53,84,66). Sum of RGB (Red+Green+Blue) = 53+84+66=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 84 - color contains mainly: green. Hex color #355442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355442 is #CAABBD. Grayscale: #484848. Windows color (decimal): -13282238 or 4346933. OLE color: 4346933.
HSL color Cylindrical-coordinate representation of color #355442: hue angle of 145.16º 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 #355442 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 84 | 66 | - |
| CMYK | 0.37 | 0 | 0.21 | 0.67 |
| HSL | 145.16º | 0.23% | 0.27% | - |
| HSV(B) | 145.16º | 0.37% | 0.33% | - |
| XYZ | 5.62 | 7.49 | 6.3 | - |
| YUV | 72.68 | 124.23 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 84 | 66 | 0.37 | 0 | 0.21 | 0.67 | 145.16 | 0.23 | 0.27 |
| Hex | 35 | 54 | 42 | 25 | 0 | 15 | 43 | 91 | 17 | 1B |
| Octal | 65 | 124 | 102 | 45 | 0 | 25 | 103 | 221 | 27 | 33 |
| Binary | 110101 | 1010100 | 1000010 | 100101 | 0 | 10101 | 1000011 | 10010001 | 10111 | 11011 |
Color Harmonies of #355442
Complementary color
Monochromatic Colors of #355442
Black with #355442
Text Example
Text Example
White with #355442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355442; }
p { color: rgb(53,84,66); }
H1.HeaderClassName
{
color: #355442;
}
.AnyTagClassName
{
color: #355442;
}
</style>
background-color css
<style>
a { background-color: #355442; }
a { background-color: rgb(53,84,66); }
div.DivClassName
{
background-color: #355442;
}
.BgClassName
{
background-color: #355442;
}
</style>
border-color css
<style>
span { border-color: #355442; }
span { border-color: rgb(53,84,66); }
td.TdClassName
{
border-color: #355442;
}
.TagClassName
{
border-color: #355442;
}
</style>