Shades of Goblin #334F3F
Tints of Goblin #334F3F
RGB
CMYK
RGB Variations
Color information
#334F3F (or 0x334F3F) is known color: Goblin. HEX triplet: 33, 4F and 3F. RGB value is (51,79,63). Sum of RGB (Red+Green+Blue) = 51+79+63=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 79 (31.25% from 255 or 40.93% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 79 - color contains mainly: green. Hex color #334F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334F3F is #CCB0C0. Grayscale: #444444. Windows color (decimal): -13414593 or 4149043. OLE color: 4149043.
HSL color Cylindrical-coordinate representation of color #334F3F: hue angle of 145.71º degrees, saturation: 0.22, 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 #334F3F is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 79 | 63 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.69 |
| HSL | 145.71º | 0.22% | 0.25% | - |
| HSV(B) | 145.71º | 0.35% | 0.31% | - |
| XYZ | 5.06 | 6.65 | 5.72 | - |
| YUV | 68.8 | 124.72 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 79 | 63 | 0.35 | 0 | 0.20 | 0.69 | 145.71 | 0.22 | 0.25 |
| Hex | 33 | 4F | 3F | 23 | 0 | 14 | 45 | 92 | 16 | 19 |
| Octal | 63 | 117 | 77 | 43 | 0 | 24 | 105 | 222 | 26 | 31 |
| Binary | 110011 | 1001111 | 111111 | 100011 | 0 | 10100 | 1000101 | 10010010 | 10110 | 11001 |
Color Harmonies of #334F3F
Complementary color
Monochromatic Colors of #334F3F
Black with #334F3F
Text Example
Text Example
White with #334F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334F3F; }
p { color: rgb(51,79,63); }
H1.HeaderClassName
{
color: #334F3F;
}
.AnyTagClassName
{
color: #334F3F;
}
</style>
background-color css
<style>
a { background-color: #334F3F; }
a { background-color: rgb(51,79,63); }
div.DivClassName
{
background-color: #334F3F;
}
.BgClassName
{
background-color: #334F3F;
}
</style>
border-color css
<style>
span { border-color: #334F3F; }
span { border-color: rgb(51,79,63); }
td.TdClassName
{
border-color: #334F3F;
}
.TagClassName
{
border-color: #334F3F;
}
</style>