Shades of Goblin #344E3C
Tints of Goblin #344E3C
RGB
CMYK
RGB Variations
Color information
#344E3C (or 0x344E3C) is known color: Goblin. HEX triplet: 34, 4E and 3C. RGB value is (52,78,60). Sum of RGB (Red+Green+Blue) = 52+78+60=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 78 (30.86% from 255 or 41.05% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 78 - color contains mainly: green. Hex color #344E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344E3C is #CBB1C3. Grayscale: #444444. Windows color (decimal): -13349316 or 3952180. OLE color: 3952180.
HSL color Cylindrical-coordinate representation of color #344E3C: hue angle of 138.46º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #344E3C is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 78 | 60 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.69 |
| HSL | 138.46º | 0.2% | 0.25% | - |
| HSV(B) | 138.46º | 0.33% | 0.31% | - |
| XYZ | 4.96 | 6.51 | 5.27 | - |
| YUV | 68.17 | 123.39 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 78 | 60 | 0.33 | 0 | 0.23 | 0.69 | 138.46 | 0.2 | 0.25 |
| Hex | 34 | 4E | 3C | 21 | 0 | 17 | 45 | 8A | 14 | 19 |
| Octal | 64 | 116 | 74 | 41 | 0 | 27 | 105 | 212 | 24 | 31 |
| Binary | 110100 | 1001110 | 111100 | 100001 | 0 | 10111 | 1000101 | 10001010 | 10100 | 11001 |
Color Harmonies of #344E3C
Complementary color
Monochromatic Colors of #344E3C
Black with #344E3C
Text Example
Text Example
White with #344E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344E3C; }
p { color: rgb(52,78,60); }
H1.HeaderClassName
{
color: #344E3C;
}
.AnyTagClassName
{
color: #344E3C;
}
</style>
background-color css
<style>
a { background-color: #344E3C; }
a { background-color: rgb(52,78,60); }
div.DivClassName
{
background-color: #344E3C;
}
.BgClassName
{
background-color: #344E3C;
}
</style>
border-color css
<style>
span { border-color: #344E3C; }
span { border-color: rgb(52,78,60); }
td.TdClassName
{
border-color: #344E3C;
}
.TagClassName
{
border-color: #344E3C;
}
</style>