Shades of Goblin #356042
Tints of Goblin #356042
RGB
CMYK
RGB Variations
Color information
#356042 (or 0x356042) is known color: Goblin. HEX triplet: 35, 60 and 42. RGB value is (53,96,66). Sum of RGB (Red+Green+Blue) = 53+96+66=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 96 - color contains mainly: green. Hex color #356042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356042 is #CA9FBD. Grayscale: #4F4F4F. Windows color (decimal): -13279166 or 4350005. OLE color: 4350005.
HSL color Cylindrical-coordinate representation of color #356042: hue angle of 138.14º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #356042 is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 96 | 66 | - |
| CMYK | 0.45 | 0 | 0.31 | 0.62 |
| HSL | 138.14º | 0.29% | 0.29% | - |
| HSV(B) | 138.14º | 0.45% | 0.38% | - |
| XYZ | 6.63 | 9.52 | 6.64 | - |
| YUV | 79.72 | 120.25 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 96 | 66 | 0.45 | 0 | 0.31 | 0.62 | 138.14 | 0.29 | 0.29 |
| Hex | 35 | 60 | 42 | 2D | 0 | 1F | 3E | 8A | 1D | 1D |
| Octal | 65 | 140 | 102 | 55 | 0 | 37 | 76 | 212 | 35 | 35 |
| Binary | 110101 | 1100000 | 1000010 | 101101 | 0 | 11111 | 111110 | 10001010 | 11101 | 11101 |
Color Harmonies of #356042
Complementary color
Monochromatic Colors of #356042
Black with #356042
Text Example
Text Example
White with #356042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356042; }
p { color: rgb(53,96,66); }
H1.HeaderClassName
{
color: #356042;
}
.AnyTagClassName
{
color: #356042;
}
</style>
background-color css
<style>
a { background-color: #356042; }
a { background-color: rgb(53,96,66); }
div.DivClassName
{
background-color: #356042;
}
.BgClassName
{
background-color: #356042;
}
</style>
border-color css
<style>
span { border-color: #356042; }
span { border-color: rgb(53,96,66); }
td.TdClassName
{
border-color: #356042;
}
.TagClassName
{
border-color: #356042;
}
</style>