Shades of Goblin #354C40
Tints of Goblin #354C40
RGB
CMYK
RGB Variations
Color information
#354C40 (or 0x354C40) is known color: Goblin. HEX triplet: 35, 4C and 40. RGB value is (53,76,64). Sum of RGB (Red+Green+Blue) = 53+76+64=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 76 (30.08% from 255 or 39.38% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 76 - color contains mainly: green. Hex color #354C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354C40 is #CAB3BF. Grayscale: #434343. Windows color (decimal): -13284288 or 4213813. OLE color: 4213813.
HSL color Cylindrical-coordinate representation of color #354C40: hue angle of 148.7º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #354C40 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 76 | 64 | - |
| CMYK | 0.30 | 0 | 0.16 | 0.70 |
| HSL | 148.7º | 0.18% | 0.25% | - |
| HSV(B) | 148.7º | 0.3% | 0.3% | - |
| XYZ | 4.98 | 6.3 | 5.8 | - |
| YUV | 67.76 | 125.88 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 76 | 64 | 0.30 | 0 | 0.16 | 0.70 | 148.7 | 0.18 | 0.25 |
| Hex | 35 | 4C | 40 | 1E | 0 | 10 | 46 | 95 | 12 | 19 |
| Octal | 65 | 114 | 100 | 36 | 0 | 20 | 106 | 225 | 22 | 31 |
| Binary | 110101 | 1001100 | 1000000 | 11110 | 0 | 10000 | 1000110 | 10010101 | 10010 | 11001 |
Color Harmonies of #354C40
Complementary color
Monochromatic Colors of #354C40
Black with #354C40
Text Example
Text Example
White with #354C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354C40; }
p { color: rgb(53,76,64); }
H1.HeaderClassName
{
color: #354C40;
}
.AnyTagClassName
{
color: #354C40;
}
</style>
background-color css
<style>
a { background-color: #354C40; }
a { background-color: rgb(53,76,64); }
div.DivClassName
{
background-color: #354C40;
}
.BgClassName
{
background-color: #354C40;
}
</style>
border-color css
<style>
span { border-color: #354C40; }
span { border-color: rgb(53,76,64); }
td.TdClassName
{
border-color: #354C40;
}
.TagClassName
{
border-color: #354C40;
}
</style>