Shades of Goblin #355841
Tints of Goblin #355841
RGB
CMYK
RGB Variations
Color information
#355841 (or 0x355841) is known color: Goblin. HEX triplet: 35, 58 and 41. RGB value is (53,88,65). Sum of RGB (Red+Green+Blue) = 53+88+65=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 88 - color contains mainly: green. Hex color #355841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355841 is #CAA7BE. Grayscale: #4A4A4A. Windows color (decimal): -13281215 or 4282421. OLE color: 4282421.
HSL color Cylindrical-coordinate representation of color #355841: hue angle of 140.57º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #355841 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 88 | 65 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.65 |
| HSL | 140.57º | 0.25% | 0.28% | - |
| HSV(B) | 140.57º | 0.4% | 0.35% | - |
| XYZ | 5.91 | 8.12 | 6.26 | - |
| YUV | 74.91 | 122.4 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 88 | 65 | 0.40 | 0 | 0.26 | 0.65 | 140.57 | 0.25 | 0.28 |
| Hex | 35 | 58 | 41 | 28 | 0 | 1A | 41 | 8D | 19 | 1C |
| Octal | 65 | 130 | 101 | 50 | 0 | 32 | 101 | 215 | 31 | 34 |
| Binary | 110101 | 1011000 | 1000001 | 101000 | 0 | 11010 | 1000001 | 10001101 | 11001 | 11100 |
Color Harmonies of #355841
Complementary color
Monochromatic Colors of #355841
Black with #355841
Text Example
Text Example
White with #355841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355841; }
p { color: rgb(53,88,65); }
H1.HeaderClassName
{
color: #355841;
}
.AnyTagClassName
{
color: #355841;
}
</style>
background-color css
<style>
a { background-color: #355841; }
a { background-color: rgb(53,88,65); }
div.DivClassName
{
background-color: #355841;
}
.BgClassName
{
background-color: #355841;
}
</style>
border-color css
<style>
span { border-color: #355841; }
span { border-color: rgb(53,88,65); }
td.TdClassName
{
border-color: #355841;
}
.TagClassName
{
border-color: #355841;
}
</style>