Shades of Goblin #354F3C
Tints of Goblin #354F3C
RGB
CMYK
RGB Variations
Color information
#354F3C (or 0x354F3C) is known color: Goblin. HEX triplet: 35, 4F and 3C. RGB value is (53,79,60). Sum of RGB (Red+Green+Blue) = 53+79+60=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 79 (31.25% from 255 or 41.15% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 79 - color contains mainly: green. Hex color #354F3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354F3C is #CAB0C3. Grayscale: #454545. Windows color (decimal): -13283524 or 3952437. OLE color: 3952437.
HSL color Cylindrical-coordinate representation of color #354F3C: hue angle of 136.15º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #354F3C is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 79 | 60 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.69 |
| HSL | 136.15º | 0.2% | 0.26% | - |
| HSV(B) | 136.15º | 0.33% | 0.31% | - |
| XYZ | 5.08 | 6.68 | 5.3 | - |
| YUV | 69.06 | 122.89 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 79 | 60 | 0.33 | 0 | 0.24 | 0.69 | 136.15 | 0.2 | 0.26 |
| Hex | 35 | 4F | 3C | 21 | 0 | 18 | 45 | 88 | 14 | 1A |
| Octal | 65 | 117 | 74 | 41 | 0 | 30 | 105 | 210 | 24 | 32 |
| Binary | 110101 | 1001111 | 111100 | 100001 | 0 | 11000 | 1000101 | 10001000 | 10100 | 11010 |
Color Harmonies of #354F3C
Complementary color
Monochromatic Colors of #354F3C
Black with #354F3C
Text Example
Text Example
White with #354F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354F3C; }
p { color: rgb(53,79,60); }
H1.HeaderClassName
{
color: #354F3C;
}
.AnyTagClassName
{
color: #354F3C;
}
</style>
background-color css
<style>
a { background-color: #354F3C; }
a { background-color: rgb(53,79,60); }
div.DivClassName
{
background-color: #354F3C;
}
.BgClassName
{
background-color: #354F3C;
}
</style>
border-color css
<style>
span { border-color: #354F3C; }
span { border-color: rgb(53,79,60); }
td.TdClassName
{
border-color: #354F3C;
}
.TagClassName
{
border-color: #354F3C;
}
</style>