Shades of Goblin #344A3C
Tints of Goblin #344A3C
RGB
CMYK
RGB Variations
Color information
#344A3C (or 0x344A3C) is known color: Goblin. HEX triplet: 34, 4A and 3C. RGB value is (52,74,60). Sum of RGB (Red+Green+Blue) = 52+74+60=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 74 (29.30% from 255 or 39.78% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 74 - color contains mainly: green. Hex color #344A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344A3C is #CBB5C3. Grayscale: #414141. Windows color (decimal): -13350340 or 3951156. OLE color: 3951156.
HSL color Cylindrical-coordinate representation of color #344A3C: hue angle of 141.82º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #344A3C is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 74 | 60 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.71 |
| HSL | 141.82º | 0.17% | 0.25% | - |
| HSV(B) | 141.82º | 0.3% | 0.29% | - |
| XYZ | 4.68 | 5.95 | 5.18 | - |
| YUV | 65.83 | 124.71 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 74 | 60 | 0.30 | 0 | 0.19 | 0.71 | 141.82 | 0.17 | 0.25 |
| Hex | 34 | 4A | 3C | 1E | 0 | 13 | 47 | 8E | 11 | 19 |
| Octal | 64 | 112 | 74 | 36 | 0 | 23 | 107 | 216 | 21 | 31 |
| Binary | 110100 | 1001010 | 111100 | 11110 | 0 | 10011 | 1000111 | 10001110 | 10001 | 11001 |
Color Harmonies of #344A3C
Complementary color
Monochromatic Colors of #344A3C
Black with #344A3C
Text Example
Text Example
White with #344A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344A3C; }
p { color: rgb(52,74,60); }
H1.HeaderClassName
{
color: #344A3C;
}
.AnyTagClassName
{
color: #344A3C;
}
</style>
background-color css
<style>
a { background-color: #344A3C; }
a { background-color: rgb(52,74,60); }
div.DivClassName
{
background-color: #344A3C;
}
.BgClassName
{
background-color: #344A3C;
}
</style>
border-color css
<style>
span { border-color: #344A3C; }
span { border-color: rgb(52,74,60); }
td.TdClassName
{
border-color: #344A3C;
}
.TagClassName
{
border-color: #344A3C;
}
</style>