Shades of Goblin #334D3C
Tints of Goblin #334D3C
RGB
CMYK
RGB Variations
Color information
#334D3C (or 0x334D3C) is known color: Goblin. HEX triplet: 33, 4D and 3C. RGB value is (51,77,60). Sum of RGB (Red+Green+Blue) = 51+77+60=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 77 - color contains mainly: green. Hex color #334D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334D3C is #CCB2C3. Grayscale: #434343. Windows color (decimal): -13415108 or 3951923. OLE color: 3951923.
HSL color Cylindrical-coordinate representation of color #334D3C: hue angle of 140.77º 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 #334D3C is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 77 | 60 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.70 |
| HSL | 140.77º | 0.2% | 0.25% | - |
| HSV(B) | 140.77º | 0.34% | 0.3% | - |
| XYZ | 4.83 | 6.34 | 5.24 | - |
| YUV | 67.29 | 123.89 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 60 | 0.34 | 0 | 0.22 | 0.70 | 140.77 | 0.2 | 0.25 |
| Hex | 33 | 4D | 3C | 22 | 0 | 16 | 46 | 8D | 14 | 19 |
| Octal | 63 | 115 | 74 | 42 | 0 | 26 | 106 | 215 | 24 | 31 |
| Binary | 110011 | 1001101 | 111100 | 100010 | 0 | 10110 | 1000110 | 10001101 | 10100 | 11001 |
Color Harmonies of #334D3C
Complementary color
Monochromatic Colors of #334D3C
Black with #334D3C
Text Example
Text Example
White with #334D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334D3C; }
p { color: rgb(51,77,60); }
H1.HeaderClassName
{
color: #334D3C;
}
.AnyTagClassName
{
color: #334D3C;
}
</style>
background-color css
<style>
a { background-color: #334D3C; }
a { background-color: rgb(51,77,60); }
div.DivClassName
{
background-color: #334D3C;
}
.BgClassName
{
background-color: #334D3C;
}
</style>
border-color css
<style>
span { border-color: #334D3C; }
span { border-color: rgb(51,77,60); }
td.TdClassName
{
border-color: #334D3C;
}
.TagClassName
{
border-color: #334D3C;
}
</style>