Shades of Goblin #345D43
Tints of Goblin #345D43
RGB
CMYK
RGB Variations
Color information
#345D43 (or 0x345D43) is known color: Goblin. HEX triplet: 34, 5D and 43. RGB value is (52,93,67). Sum of RGB (Red+Green+Blue) = 52+93+67=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 93 (36.72% from 255 or 43.87% from 212); Blue value is 67 (26.56% from 255 or 31.60% from 212); Max value from RGB is 93 - color contains mainly: green. Hex color #345D43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345D43 is #CBA2BC. Grayscale: #4D4D4D. Windows color (decimal): -13345469 or 4414772. OLE color: 4414772.
HSL color Cylindrical-coordinate representation of color #345D43: hue angle of 141.95º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #345D43 is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 93 | 67 | - |
| CMYK | 0.44 | 0 | 0.28 | 0.64 |
| HSL | 141.95º | 0.28% | 0.28% | - |
| HSV(B) | 141.95º | 0.44% | 0.36% | - |
| XYZ | 6.34 | 8.96 | 6.71 | - |
| YUV | 77.78 | 121.92 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 67 | 0.44 | 0 | 0.28 | 0.64 | 141.95 | 0.28 | 0.28 |
| Hex | 34 | 5D | 43 | 2C | 0 | 1C | 40 | 8E | 1C | 1C |
| Octal | 64 | 135 | 103 | 54 | 0 | 34 | 100 | 216 | 34 | 34 |
| Binary | 110100 | 1011101 | 1000011 | 101100 | 0 | 11100 | 1000000 | 10001110 | 11100 | 11100 |
Color Harmonies of #345D43
Complementary color
Monochromatic Colors of #345D43
Black with #345D43
Text Example
Text Example
White with #345D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345D43; }
p { color: rgb(52,93,67); }
H1.HeaderClassName
{
color: #345D43;
}
.AnyTagClassName
{
color: #345D43;
}
</style>
background-color css
<style>
a { background-color: #345D43; }
a { background-color: rgb(52,93,67); }
div.DivClassName
{
background-color: #345D43;
}
.BgClassName
{
background-color: #345D43;
}
</style>
border-color css
<style>
span { border-color: #345D43; }
span { border-color: rgb(52,93,67); }
td.TdClassName
{
border-color: #345D43;
}
.TagClassName
{
border-color: #345D43;
}
</style>