Shades of Goblin #345E40
Tints of Goblin #345E40
RGB
CMYK
RGB Variations
Color information
#345E40 (or 0x345E40) is known color: Goblin. HEX triplet: 34, 5E and 40. RGB value is (52,94,64). Sum of RGB (Red+Green+Blue) = 52+94+64=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 94 (37.11% from 255 or 44.76% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 94 - color contains mainly: green. Hex color #345E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345E40 is #CBA1BF. Grayscale: #4E4E4E. Windows color (decimal): -13345216 or 4218420. OLE color: 4218420.
HSL color Cylindrical-coordinate representation of color #345E40: hue angle of 137.14º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #345E40 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 52 | 94 | 64 | - |
| CMYK | 0.45 | 0 | 0.32 | 0.63 |
| HSL | 137.14º | 0.29% | 0.29% | - |
| HSV(B) | 137.14º | 0.45% | 0.37% | - |
| XYZ | 6.34 | 9.11 | 6.27 | - |
| YUV | 78.02 | 120.09 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 94 | 64 | 0.45 | 0 | 0.32 | 0.63 | 137.14 | 0.29 | 0.29 |
| Hex | 34 | 5E | 40 | 2D | 0 | 20 | 3F | 89 | 1D | 1D |
| Octal | 64 | 136 | 100 | 55 | 0 | 40 | 77 | 211 | 35 | 35 |
| Binary | 110100 | 1011110 | 1000000 | 101101 | 0 | 100000 | 111111 | 10001001 | 11101 | 11101 |
Color Harmonies of #345E40
Complementary color
Monochromatic Colors of #345E40
Black with #345E40
Text Example
Text Example
White with #345E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345E40; }
p { color: rgb(52,94,64); }
H1.HeaderClassName
{
color: #345E40;
}
.AnyTagClassName
{
color: #345E40;
}
</style>
background-color css
<style>
a { background-color: #345E40; }
a { background-color: rgb(52,94,64); }
div.DivClassName
{
background-color: #345E40;
}
.BgClassName
{
background-color: #345E40;
}
</style>
border-color css
<style>
span { border-color: #345E40; }
span { border-color: rgb(52,94,64); }
td.TdClassName
{
border-color: #345E40;
}
.TagClassName
{
border-color: #345E40;
}
</style>