Shades of Goblin #344E3E
Tints of Goblin #344E3E
RGB
CMYK
RGB Variations
Color information
#344E3E (or 0x344E3E) is known color: Goblin. HEX triplet: 34, 4E and 3E. RGB value is (52,78,62). Sum of RGB (Red+Green+Blue) = 52+78+62=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 78 (30.86% from 255 or 40.62% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 78 - color contains mainly: green. Hex color #344E3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344E3E is #CBB1C1. Grayscale: #444444. Windows color (decimal): -13349314 or 4083252. OLE color: 4083252.
HSL color Cylindrical-coordinate representation of color #344E3E: hue angle of 143.08º 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 #344E3E is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 78 | 62 | - |
| CMYK | 0.33 | 0 | 0.21 | 0.69 |
| HSL | 143.08º | 0.2% | 0.25% | - |
| HSV(B) | 143.08º | 0.33% | 0.31% | - |
| XYZ | 5.01 | 6.53 | 5.55 | - |
| YUV | 68.4 | 124.39 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 78 | 62 | 0.33 | 0 | 0.21 | 0.69 | 143.08 | 0.2 | 0.25 |
| Hex | 34 | 4E | 3E | 21 | 0 | 15 | 45 | 8F | 14 | 19 |
| Octal | 64 | 116 | 76 | 41 | 0 | 25 | 105 | 217 | 24 | 31 |
| Binary | 110100 | 1001110 | 111110 | 100001 | 0 | 10101 | 1000101 | 10001111 | 10100 | 11001 |
Color Harmonies of #344E3E
Complementary color
Monochromatic Colors of #344E3E
Black with #344E3E
Text Example
Text Example
White with #344E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344E3E; }
p { color: rgb(52,78,62); }
H1.HeaderClassName
{
color: #344E3E;
}
.AnyTagClassName
{
color: #344E3E;
}
</style>
background-color css
<style>
a { background-color: #344E3E; }
a { background-color: rgb(52,78,62); }
div.DivClassName
{
background-color: #344E3E;
}
.BgClassName
{
background-color: #344E3E;
}
</style>
border-color css
<style>
span { border-color: #344E3E; }
span { border-color: rgb(52,78,62); }
td.TdClassName
{
border-color: #344E3E;
}
.TagClassName
{
border-color: #344E3E;
}
</style>