Shades of Goblin #354E40
Tints of Goblin #354E40
RGB
CMYK
RGB Variations
Color information
#354E40 (or 0x354E40) is known color: Goblin. HEX triplet: 35, 4E and 40. RGB value is (53,78,64). Sum of RGB (Red+Green+Blue) = 53+78+64=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 78 - color contains mainly: green. Hex color #354E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354E40 is #CAB1BF. Grayscale: #444444. Windows color (decimal): -13283776 or 4214325. OLE color: 4214325.
HSL color Cylindrical-coordinate representation of color #354E40: hue angle of 146.4º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #354E40 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 78 | 64 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.69 |
| HSL | 146.4º | 0.19% | 0.26% | - |
| HSV(B) | 146.4º | 0.32% | 0.31% | - |
| XYZ | 5.12 | 6.58 | 5.85 | - |
| YUV | 68.93 | 125.22 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 78 | 64 | 0.32 | 0 | 0.18 | 0.69 | 146.4 | 0.19 | 0.26 |
| Hex | 35 | 4E | 40 | 20 | 0 | 12 | 45 | 92 | 13 | 1A |
| Octal | 65 | 116 | 100 | 40 | 0 | 22 | 105 | 222 | 23 | 32 |
| Binary | 110101 | 1001110 | 1000000 | 100000 | 0 | 10010 | 1000101 | 10010010 | 10011 | 11010 |
Color Harmonies of #354E40
Complementary color
Monochromatic Colors of #354E40
Black with #354E40
Text Example
Text Example
White with #354E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354E40; }
p { color: rgb(53,78,64); }
H1.HeaderClassName
{
color: #354E40;
}
.AnyTagClassName
{
color: #354E40;
}
</style>
background-color css
<style>
a { background-color: #354E40; }
a { background-color: rgb(53,78,64); }
div.DivClassName
{
background-color: #354E40;
}
.BgClassName
{
background-color: #354E40;
}
</style>
border-color css
<style>
span { border-color: #354E40; }
span { border-color: rgb(53,78,64); }
td.TdClassName
{
border-color: #354E40;
}
.TagClassName
{
border-color: #354E40;
}
</style>