Shades of Goblin #334D3E
Tints of Goblin #334D3E
RGB
CMYK
RGB Variations
Color information
#334D3E (or 0x334D3E) is known color: Goblin. HEX triplet: 33, 4D and 3E. RGB value is (51,77,62). Sum of RGB (Red+Green+Blue) = 51+77+62=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 77 (30.47% from 255 or 40.53% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 77 - color contains mainly: green. Hex color #334D3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334D3E is #CCB2C1. Grayscale: #434343. Windows color (decimal): -13415106 or 4082995. OLE color: 4082995.
HSL color Cylindrical-coordinate representation of color #334D3E: hue angle of 145.38º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #334D3E is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 77 | 62 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.70 |
| HSL | 145.38º | 0.2% | 0.25% | - |
| HSV(B) | 145.38º | 0.34% | 0.3% | - |
| XYZ | 4.89 | 6.36 | 5.53 | - |
| YUV | 67.52 | 124.89 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 62 | 0.34 | 0 | 0.19 | 0.70 | 145.38 | 0.2 | 0.25 |
| Hex | 33 | 4D | 3E | 22 | 0 | 13 | 46 | 91 | 14 | 19 |
| Octal | 63 | 115 | 76 | 42 | 0 | 23 | 106 | 221 | 24 | 31 |
| Binary | 110011 | 1001101 | 111110 | 100010 | 0 | 10011 | 1000110 | 10010001 | 10100 | 11001 |
Color Harmonies of #334D3E
Complementary color
Monochromatic Colors of #334D3E
Black with #334D3E
Text Example
Text Example
White with #334D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334D3E; }
p { color: rgb(51,77,62); }
H1.HeaderClassName
{
color: #334D3E;
}
.AnyTagClassName
{
color: #334D3E;
}
</style>
background-color css
<style>
a { background-color: #334D3E; }
a { background-color: rgb(51,77,62); }
div.DivClassName
{
background-color: #334D3E;
}
.BgClassName
{
background-color: #334D3E;
}
</style>
border-color css
<style>
span { border-color: #334D3E; }
span { border-color: rgb(51,77,62); }
td.TdClassName
{
border-color: #334D3E;
}
.TagClassName
{
border-color: #334D3E;
}
</style>