Shades of Goblin #344D3B
Tints of Goblin #344D3B
RGB
CMYK
RGB Variations
Color information
#344D3B (or 0x344D3B) is known color: Goblin. HEX triplet: 34, 4D and 3B. RGB value is (52,77,59). Sum of RGB (Red+Green+Blue) = 52+77+59=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 77 - color contains mainly: green. Hex color #344D3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344D3B is #CBB2C4. Grayscale: #434343. Windows color (decimal): -13349573 or 3886388. OLE color: 3886388.
HSL color Cylindrical-coordinate representation of color #344D3B: hue angle of 136.8º 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 #344D3B is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 77 | 59 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.70 |
| HSL | 136.8º | 0.19% | 0.25% | - |
| HSV(B) | 136.8º | 0.32% | 0.3% | - |
| XYZ | 4.86 | 6.35 | 5.11 | - |
| YUV | 67.47 | 123.22 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 77 | 59 | 0.32 | 0 | 0.23 | 0.70 | 136.8 | 0.19 | 0.25 |
| Hex | 34 | 4D | 3B | 20 | 0 | 17 | 46 | 89 | 13 | 19 |
| Octal | 64 | 115 | 73 | 40 | 0 | 27 | 106 | 211 | 23 | 31 |
| Binary | 110100 | 1001101 | 111011 | 100000 | 0 | 10111 | 1000110 | 10001001 | 10011 | 11001 |
Color Harmonies of #344D3B
Complementary color
Monochromatic Colors of #344D3B
Black with #344D3B
Text Example
Text Example
White with #344D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344D3B; }
p { color: rgb(52,77,59); }
H1.HeaderClassName
{
color: #344D3B;
}
.AnyTagClassName
{
color: #344D3B;
}
</style>
background-color css
<style>
a { background-color: #344D3B; }
a { background-color: rgb(52,77,59); }
div.DivClassName
{
background-color: #344D3B;
}
.BgClassName
{
background-color: #344D3B;
}
</style>
border-color css
<style>
span { border-color: #344D3B; }
span { border-color: rgb(52,77,59); }
td.TdClassName
{
border-color: #344D3B;
}
.TagClassName
{
border-color: #344D3B;
}
</style>