Shades of Goblin #34573E
Tints of Goblin #34573E
RGB
CMYK
RGB Variations
Color information
#34573E (or 0x34573E) is known color: Goblin. HEX triplet: 34, 57 and 3E. RGB value is (52,87,62). Sum of RGB (Red+Green+Blue) = 52+87+62=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 87 (34.38% from 255 or 43.28% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 87 - color contains mainly: green. Hex color #34573E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34573E is #CBA8C1. Grayscale: #494949. Windows color (decimal): -13347010 or 4085556. OLE color: 4085556.
HSL color Cylindrical-coordinate representation of color #34573E: hue angle of 137.14º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #34573E is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 87 | 62 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.66 |
| HSL | 137.14º | 0.25% | 0.27% | - |
| HSV(B) | 137.14º | 0.4% | 0.34% | - |
| XYZ | 5.69 | 7.89 | 5.78 | - |
| YUV | 73.69 | 121.4 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 87 | 62 | 0.40 | 0 | 0.29 | 0.66 | 137.14 | 0.25 | 0.27 |
| Hex | 34 | 57 | 3E | 28 | 0 | 1D | 42 | 89 | 19 | 1B |
| Octal | 64 | 127 | 76 | 50 | 0 | 35 | 102 | 211 | 31 | 33 |
| Binary | 110100 | 1010111 | 111110 | 101000 | 0 | 11101 | 1000010 | 10001001 | 11001 | 11011 |
Color Harmonies of #34573E
Complementary color
Monochromatic Colors of #34573E
Black with #34573E
Text Example
Text Example
White with #34573E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34573E; }
p { color: rgb(52,87,62); }
H1.HeaderClassName
{
color: #34573E;
}
.AnyTagClassName
{
color: #34573E;
}
</style>
background-color css
<style>
a { background-color: #34573E; }
a { background-color: rgb(52,87,62); }
div.DivClassName
{
background-color: #34573E;
}
.BgClassName
{
background-color: #34573E;
}
</style>
border-color css
<style>
span { border-color: #34573E; }
span { border-color: rgb(52,87,62); }
td.TdClassName
{
border-color: #34573E;
}
.TagClassName
{
border-color: #34573E;
}
</style>