Shades of Goblin #345D40
Tints of Goblin #345D40
RGB
CMYK
RGB Variations
Color information
#345D40 (or 0x345D40) is known color: Goblin. HEX triplet: 34, 5D and 40. RGB value is (52,93,64). Sum of RGB (Red+Green+Blue) = 52+93+64=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 93 (36.72% from 255 or 44.50% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 93 - color contains mainly: green. Hex color #345D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345D40 is #CBA2BF. Grayscale: #4D4D4D. Windows color (decimal): -13345472 or 4218164. OLE color: 4218164.
HSL color Cylindrical-coordinate representation of color #345D40: hue angle of 137.56º 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 #345D40 is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 93 | 64 | - |
| CMYK | 0.44 | 0 | 0.31 | 0.64 |
| HSL | 137.56º | 0.28% | 0.28% | - |
| HSV(B) | 137.56º | 0.44% | 0.36% | - |
| XYZ | 6.26 | 8.93 | 6.24 | - |
| YUV | 77.44 | 120.42 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 64 | 0.44 | 0 | 0.31 | 0.64 | 137.56 | 0.28 | 0.28 |
| Hex | 34 | 5D | 40 | 2C | 0 | 1F | 40 | 8A | 1C | 1C |
| Octal | 64 | 135 | 100 | 54 | 0 | 37 | 100 | 212 | 34 | 34 |
| Binary | 110100 | 1011101 | 1000000 | 101100 | 0 | 11111 | 1000000 | 10001010 | 11100 | 11100 |
Color Harmonies of #345D40
Complementary color
Monochromatic Colors of #345D40
Black with #345D40
Text Example
Text Example
White with #345D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345D40; }
p { color: rgb(52,93,64); }
H1.HeaderClassName
{
color: #345D40;
}
.AnyTagClassName
{
color: #345D40;
}
</style>
background-color css
<style>
a { background-color: #345D40; }
a { background-color: rgb(52,93,64); }
div.DivClassName
{
background-color: #345D40;
}
.BgClassName
{
background-color: #345D40;
}
</style>
border-color css
<style>
span { border-color: #345D40; }
span { border-color: rgb(52,93,64); }
td.TdClassName
{
border-color: #345D40;
}
.TagClassName
{
border-color: #345D40;
}
</style>