Shades of Goblin #344F3F
Tints of Goblin #344F3F
RGB
CMYK
RGB Variations
Color information
#344F3F (or 0x344F3F) is known color: Goblin. HEX triplet: 34, 4F and 3F. RGB value is (52,79,63). Sum of RGB (Red+Green+Blue) = 52+79+63=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 79 (31.25% from 255 or 40.72% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 79 - color contains mainly: green. Hex color #344F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344F3F is #CBB0C0. Grayscale: #454545. Windows color (decimal): -13349057 or 4149044. OLE color: 4149044.
HSL color Cylindrical-coordinate representation of color #344F3F: hue angle of 144.44º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #344F3F is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 79 | 63 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.69 |
| HSL | 144.44º | 0.21% | 0.26% | - |
| HSV(B) | 144.44º | 0.34% | 0.31% | - |
| XYZ | 5.11 | 6.68 | 5.72 | - |
| YUV | 69.1 | 124.55 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 79 | 63 | 0.34 | 0 | 0.20 | 0.69 | 144.44 | 0.21 | 0.26 |
| Hex | 34 | 4F | 3F | 22 | 0 | 14 | 45 | 90 | 15 | 1A |
| Octal | 64 | 117 | 77 | 42 | 0 | 24 | 105 | 220 | 25 | 32 |
| Binary | 110100 | 1001111 | 111111 | 100010 | 0 | 10100 | 1000101 | 10010000 | 10101 | 11010 |
Color Harmonies of #344F3F
Complementary color
Monochromatic Colors of #344F3F
Black with #344F3F
Text Example
Text Example
White with #344F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344F3F; }
p { color: rgb(52,79,63); }
H1.HeaderClassName
{
color: #344F3F;
}
.AnyTagClassName
{
color: #344F3F;
}
</style>
background-color css
<style>
a { background-color: #344F3F; }
a { background-color: rgb(52,79,63); }
div.DivClassName
{
background-color: #344F3F;
}
.BgClassName
{
background-color: #344F3F;
}
</style>
border-color css
<style>
span { border-color: #344F3F; }
span { border-color: rgb(52,79,63); }
td.TdClassName
{
border-color: #344F3F;
}
.TagClassName
{
border-color: #344F3F;
}
</style>