Shades of Goblin #354E39
Tints of Goblin #354E39
RGB
CMYK
RGB Variations
Color information
#354E39 (or 0x354E39) is known color: Goblin. HEX triplet: 35, 4E and 39. RGB value is (53,78,57). Sum of RGB (Red+Green+Blue) = 53+78+57=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 78 (30.86% from 255 or 41.49% from 188); Blue value is 57 (22.66% from 255 or 30.32% from 188); Max value from RGB is 78 - color contains mainly: green. Hex color #354E39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354E39 is #CAB1C6. Grayscale: #444444. Windows color (decimal): -13283783 or 3755573. OLE color: 3755573.
HSL color Cylindrical-coordinate representation of color #354E39: hue angle of 129.6º 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 #354E39 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 78 | 57 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.69 |
| HSL | 129.6º | 0.19% | 0.26% | - |
| HSV(B) | 129.6º | 0.32% | 0.31% | - |
| XYZ | 4.93 | 6.5 | 4.87 | - |
| YUV | 68.13 | 121.72 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 78 | 57 | 0.32 | 0 | 0.27 | 0.69 | 129.6 | 0.19 | 0.26 |
| Hex | 35 | 4E | 39 | 20 | 0 | 1B | 45 | 82 | 13 | 1A |
| Octal | 65 | 116 | 71 | 40 | 0 | 33 | 105 | 202 | 23 | 32 |
| Binary | 110101 | 1001110 | 111001 | 100000 | 0 | 11011 | 1000101 | 10000010 | 10011 | 11010 |
Color Harmonies of #354E39
Complementary color
Monochromatic Colors of #354E39
Black with #354E39
Text Example
Text Example
White with #354E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354E39; }
p { color: rgb(53,78,57); }
H1.HeaderClassName
{
color: #354E39;
}
.AnyTagClassName
{
color: #354E39;
}
</style>
background-color css
<style>
a { background-color: #354E39; }
a { background-color: rgb(53,78,57); }
div.DivClassName
{
background-color: #354E39;
}
.BgClassName
{
background-color: #354E39;
}
</style>
border-color css
<style>
span { border-color: #354E39; }
span { border-color: rgb(53,78,57); }
td.TdClassName
{
border-color: #354E39;
}
.TagClassName
{
border-color: #354E39;
}
</style>