Shades of Goblin #355040
Tints of Goblin #355040
RGB
CMYK
RGB Variations
Color information
#355040 (or 0x355040) is known color: Goblin. HEX triplet: 35, 50 and 40. RGB value is (53,80,64). Sum of RGB (Red+Green+Blue) = 53+80+64=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 80 - color contains mainly: green. Hex color #355040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355040 is #CAAFBF. Grayscale: #464646. Windows color (decimal): -13283264 or 4214837. OLE color: 4214837.
HSL color Cylindrical-coordinate representation of color #355040: hue angle of 144.44º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #355040 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 80 | 64 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.69 |
| HSL | 144.44º | 0.2% | 0.26% | - |
| HSV(B) | 144.44º | 0.34% | 0.31% | - |
| XYZ | 5.26 | 6.86 | 5.9 | - |
| YUV | 70.1 | 124.55 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 80 | 64 | 0.34 | 0 | 0.20 | 0.69 | 144.44 | 0.2 | 0.26 |
| Hex | 35 | 50 | 40 | 22 | 0 | 14 | 45 | 90 | 14 | 1A |
| Octal | 65 | 120 | 100 | 42 | 0 | 24 | 105 | 220 | 24 | 32 |
| Binary | 110101 | 1010000 | 1000000 | 100010 | 0 | 10100 | 1000101 | 10010000 | 10100 | 11010 |
Color Harmonies of #355040
Complementary color
Monochromatic Colors of #355040
Black with #355040
Text Example
Text Example
White with #355040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355040; }
p { color: rgb(53,80,64); }
H1.HeaderClassName
{
color: #355040;
}
.AnyTagClassName
{
color: #355040;
}
</style>
background-color css
<style>
a { background-color: #355040; }
a { background-color: rgb(53,80,64); }
div.DivClassName
{
background-color: #355040;
}
.BgClassName
{
background-color: #355040;
}
</style>
border-color css
<style>
span { border-color: #355040; }
span { border-color: rgb(53,80,64); }
td.TdClassName
{
border-color: #355040;
}
.TagClassName
{
border-color: #355040;
}
</style>