Shades of Goblin #334E3B
Tints of Goblin #334E3B
RGB
CMYK
RGB Variations
Color information
#334E3B (or 0x334E3B) is known color: Goblin. HEX triplet: 33, 4E and 3B. RGB value is (51,78,59). Sum of RGB (Red+Green+Blue) = 51+78+59=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 78 (30.86% from 255 or 41.49% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 78 - color contains mainly: green. Hex color #334E3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334E3B is #CCB1C4. Grayscale: #434343. Windows color (decimal): -13414853 or 3886643. OLE color: 3886643.
HSL color Cylindrical-coordinate representation of color #334E3B: hue angle of 137.78º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #334E3B is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 78 | 59 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.69 |
| HSL | 137.78º | 0.21% | 0.25% | - |
| HSV(B) | 137.78º | 0.35% | 0.31% | - |
| XYZ | 4.88 | 6.47 | 5.13 | - |
| YUV | 67.76 | 123.05 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 78 | 59 | 0.35 | 0 | 0.24 | 0.69 | 137.78 | 0.21 | 0.25 |
| Hex | 33 | 4E | 3B | 23 | 0 | 18 | 45 | 8A | 15 | 19 |
| Octal | 63 | 116 | 73 | 43 | 0 | 30 | 105 | 212 | 25 | 31 |
| Binary | 110011 | 1001110 | 111011 | 100011 | 0 | 11000 | 1000101 | 10001010 | 10101 | 11001 |
Color Harmonies of #334E3B
Complementary color
Monochromatic Colors of #334E3B
Black with #334E3B
Text Example
Text Example
White with #334E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334E3B; }
p { color: rgb(51,78,59); }
H1.HeaderClassName
{
color: #334E3B;
}
.AnyTagClassName
{
color: #334E3B;
}
</style>
background-color css
<style>
a { background-color: #334E3B; }
a { background-color: rgb(51,78,59); }
div.DivClassName
{
background-color: #334E3B;
}
.BgClassName
{
background-color: #334E3B;
}
</style>
border-color css
<style>
span { border-color: #334E3B; }
span { border-color: rgb(51,78,59); }
td.TdClassName
{
border-color: #334E3B;
}
.TagClassName
{
border-color: #334E3B;
}
</style>