Shades of Goblin #344D3A
Tints of Goblin #344D3A
RGB
CMYK
RGB Variations
Color information
#344D3A (or 0x344D3A) is known color: Goblin. HEX triplet: 34, 4D and 3A. RGB value is (52,77,58). Sum of RGB (Red+Green+Blue) = 52+77+58=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 77 (30.47% from 255 or 41.18% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 77 - color contains mainly: green. Hex color #344D3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344D3A is #CBB2C5. Grayscale: #434343. Windows color (decimal): -13349574 or 3820852. OLE color: 3820852.
HSL color Cylindrical-coordinate representation of color #344D3A: hue angle of 134.4º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #344D3A is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 77 | 58 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.70 |
| HSL | 134.4º | 0.19% | 0.25% | - |
| HSV(B) | 134.4º | 0.32% | 0.3% | - |
| XYZ | 4.83 | 6.34 | 4.97 | - |
| YUV | 67.36 | 122.72 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 77 | 58 | 0.32 | 0 | 0.25 | 0.70 | 134.4 | 0.19 | 0.25 |
| Hex | 34 | 4D | 3A | 20 | 0 | 19 | 46 | 86 | 13 | 19 |
| Octal | 64 | 115 | 72 | 40 | 0 | 31 | 106 | 206 | 23 | 31 |
| Binary | 110100 | 1001101 | 111010 | 100000 | 0 | 11001 | 1000110 | 10000110 | 10011 | 11001 |
Color Harmonies of #344D3A
Complementary color
Monochromatic Colors of #344D3A
Black with #344D3A
Text Example
Text Example
White with #344D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344D3A; }
p { color: rgb(52,77,58); }
H1.HeaderClassName
{
color: #344D3A;
}
.AnyTagClassName
{
color: #344D3A;
}
</style>
background-color css
<style>
a { background-color: #344D3A; }
a { background-color: rgb(52,77,58); }
div.DivClassName
{
background-color: #344D3A;
}
.BgClassName
{
background-color: #344D3A;
}
</style>
border-color css
<style>
span { border-color: #344D3A; }
span { border-color: rgb(52,77,58); }
td.TdClassName
{
border-color: #344D3A;
}
.TagClassName
{
border-color: #344D3A;
}
</style>