Shades of Goblin #355542
Tints of Goblin #355542
RGB
CMYK
RGB Variations
Color information
#355542 (or 0x355542) is known color: Goblin. HEX triplet: 35, 55 and 42. RGB value is (53,85,66). Sum of RGB (Red+Green+Blue) = 53+85+66=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 85 - color contains mainly: green. Hex color #355542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355542 is #CAAABD. Grayscale: #494949. Windows color (decimal): -13281982 or 4347189. OLE color: 4347189.
HSL color Cylindrical-coordinate representation of color #355542: hue angle of 144.38º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #355542 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 85 | 66 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.67 |
| HSL | 144.38º | 0.23% | 0.27% | - |
| HSV(B) | 144.38º | 0.38% | 0.33% | - |
| XYZ | 5.7 | 7.65 | 6.33 | - |
| YUV | 73.27 | 123.9 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 85 | 66 | 0.38 | 0 | 0.22 | 0.67 | 144.38 | 0.23 | 0.27 |
| Hex | 35 | 55 | 42 | 26 | 0 | 16 | 43 | 90 | 17 | 1B |
| Octal | 65 | 125 | 102 | 46 | 0 | 26 | 103 | 220 | 27 | 33 |
| Binary | 110101 | 1010101 | 1000010 | 100110 | 0 | 10110 | 1000011 | 10010000 | 10111 | 11011 |
Color Harmonies of #355542
Complementary color
Monochromatic Colors of #355542
Black with #355542
Text Example
Text Example
White with #355542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355542; }
p { color: rgb(53,85,66); }
H1.HeaderClassName
{
color: #355542;
}
.AnyTagClassName
{
color: #355542;
}
</style>
background-color css
<style>
a { background-color: #355542; }
a { background-color: rgb(53,85,66); }
div.DivClassName
{
background-color: #355542;
}
.BgClassName
{
background-color: #355542;
}
</style>
border-color css
<style>
span { border-color: #355542; }
span { border-color: rgb(53,85,66); }
td.TdClassName
{
border-color: #355542;
}
.TagClassName
{
border-color: #355542;
}
</style>