Shades of Goblin #334C39
Tints of Goblin #334C39
RGB
CMYK
RGB Variations
Color information
#334C39 (or 0x334C39) is known color: Goblin. HEX triplet: 33, 4C and 39. RGB value is (51,76,57). Sum of RGB (Red+Green+Blue) = 51+76+57=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 76 (30.08% from 255 or 41.30% from 184); Blue value is 57 (22.66% from 255 or 30.98% from 184); Max value from RGB is 76 - color contains mainly: green. Hex color #334C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334C39 is #CCB3C6. Grayscale: #424242. Windows color (decimal): -13415367 or 3755059. OLE color: 3755059.
HSL color Cylindrical-coordinate representation of color #334C39: hue angle of 134.4º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #334C39 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 76 | 57 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.70 |
| HSL | 134.4º | 0.2% | 0.25% | - |
| HSV(B) | 134.4º | 0.33% | 0.3% | - |
| XYZ | 4.69 | 6.17 | 4.81 | - |
| YUV | 66.36 | 122.72 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 57 | 0.33 | 0 | 0.25 | 0.70 | 134.4 | 0.2 | 0.25 |
| Hex | 33 | 4C | 39 | 21 | 0 | 19 | 46 | 86 | 14 | 19 |
| Octal | 63 | 114 | 71 | 41 | 0 | 31 | 106 | 206 | 24 | 31 |
| Binary | 110011 | 1001100 | 111001 | 100001 | 0 | 11001 | 1000110 | 10000110 | 10100 | 11001 |
Color Harmonies of #334C39
Complementary color
Monochromatic Colors of #334C39
Black with #334C39
Text Example
Text Example
White with #334C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334C39; }
p { color: rgb(51,76,57); }
H1.HeaderClassName
{
color: #334C39;
}
.AnyTagClassName
{
color: #334C39;
}
</style>
background-color css
<style>
a { background-color: #334C39; }
a { background-color: rgb(51,76,57); }
div.DivClassName
{
background-color: #334C39;
}
.BgClassName
{
background-color: #334C39;
}
</style>
border-color css
<style>
span { border-color: #334C39; }
span { border-color: rgb(51,76,57); }
td.TdClassName
{
border-color: #334C39;
}
.TagClassName
{
border-color: #334C39;
}
</style>