Shades of Goblin #355140
Tints of Goblin #355140
RGB
CMYK
RGB Variations
Color information
#355140 (or 0x355140) is known color: Goblin. HEX triplet: 35, 51 and 40. RGB value is (53,81,64). Sum of RGB (Red+Green+Blue) = 53+81+64=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 81 (32.03% from 255 or 40.91% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 81 - color contains mainly: green. Hex color #355140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355140 is #CAAEBF. Grayscale: #464646. Windows color (decimal): -13283008 or 4215093. OLE color: 4215093.
HSL color Cylindrical-coordinate representation of color #355140: hue angle of 143.57º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #355140 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 53 | 81 | 64 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.68 |
| HSL | 143.57º | 0.21% | 0.26% | - |
| HSV(B) | 143.57º | 0.35% | 0.32% | - |
| XYZ | 5.34 | 7.01 | 5.92 | - |
| YUV | 70.69 | 124.22 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 81 | 64 | 0.35 | 0 | 0.21 | 0.68 | 143.57 | 0.21 | 0.26 |
| Hex | 35 | 51 | 40 | 23 | 0 | 15 | 44 | 90 | 15 | 1A |
| Octal | 65 | 121 | 100 | 43 | 0 | 25 | 104 | 220 | 25 | 32 |
| Binary | 110101 | 1010001 | 1000000 | 100011 | 0 | 10101 | 1000100 | 10010000 | 10101 | 11010 |
Color Harmonies of #355140
Complementary color
Monochromatic Colors of #355140
Black with #355140
Text Example
Text Example
White with #355140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355140; }
p { color: rgb(53,81,64); }
H1.HeaderClassName
{
color: #355140;
}
.AnyTagClassName
{
color: #355140;
}
</style>
background-color css
<style>
a { background-color: #355140; }
a { background-color: rgb(53,81,64); }
div.DivClassName
{
background-color: #355140;
}
.BgClassName
{
background-color: #355140;
}
</style>
border-color css
<style>
span { border-color: #355140; }
span { border-color: rgb(53,81,64); }
td.TdClassName
{
border-color: #355140;
}
.TagClassName
{
border-color: #355140;
}
</style>