Shades of Goblin #334D39
Tints of Goblin #334D39
RGB
CMYK
RGB Variations
Color information
#334D39 (or 0x334D39) is known color: Goblin. HEX triplet: 33, 4D and 39. RGB value is (51,77,57). Sum of RGB (Red+Green+Blue) = 51+77+57=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 77 (30.47% from 255 or 41.62% from 185); Blue value is 57 (22.66% from 255 or 30.81% from 185); Max value from RGB is 77 - color contains mainly: green. Hex color #334D39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334D39 is #CCB2C6. Grayscale: #434343. Windows color (decimal): -13415111 or 3755315. OLE color: 3755315.
HSL color Cylindrical-coordinate representation of color #334D39: hue angle of 133.85º 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 #334D39 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 77 | 57 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.70 |
| HSL | 133.85º | 0.2% | 0.25% | - |
| HSV(B) | 133.85º | 0.34% | 0.3% | - |
| XYZ | 4.76 | 6.31 | 4.84 | - |
| YUV | 66.95 | 122.39 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 57 | 0.34 | 0 | 0.26 | 0.70 | 133.85 | 0.2 | 0.25 |
| Hex | 33 | 4D | 39 | 22 | 0 | 1A | 46 | 86 | 14 | 19 |
| Octal | 63 | 115 | 71 | 42 | 0 | 32 | 106 | 206 | 24 | 31 |
| Binary | 110011 | 1001101 | 111001 | 100010 | 0 | 11010 | 1000110 | 10000110 | 10100 | 11001 |
Color Harmonies of #334D39
Complementary color
Monochromatic Colors of #334D39
Black with #334D39
Text Example
Text Example
White with #334D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334D39; }
p { color: rgb(51,77,57); }
H1.HeaderClassName
{
color: #334D39;
}
.AnyTagClassName
{
color: #334D39;
}
</style>
background-color css
<style>
a { background-color: #334D39; }
a { background-color: rgb(51,77,57); }
div.DivClassName
{
background-color: #334D39;
}
.BgClassName
{
background-color: #334D39;
}
</style>
border-color css
<style>
span { border-color: #334D39; }
span { border-color: rgb(51,77,57); }
td.TdClassName
{
border-color: #334D39;
}
.TagClassName
{
border-color: #334D39;
}
</style>