#344E39

Color #344E39 Goblin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goblin #344E39

Tints of Goblin #344E39

Color information

#344E39 (or 0x344E39) is unknown color: approx Goblin. HEX triplet: 34, 4E and 39. RGB value is (52,78,57). Sum of RGB (Red+Green+Blue) = 52+78+57=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 78 (30.86% from 255 or 41.71% from 187); Blue value is 57 (22.66% from 255 or 30.48% from 187); Max value from RGB is 78 - color contains mainly: green. Hex color #344E39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344E39 is #CBB1C6. Grayscale: #434343. Windows color (decimal): -13349319 or 3755572. OLE color: 3755572.

HSL color Cylindrical-coordinate representation of color #344E39: hue angle of 131.54º 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 #344E39 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.69.

Color convert

RGB527857-
CMYK0.3300.270.69
HSL131.54º20%25.49%-
HSV(B)131.54º33.33%30.59%-
XYZ4.886.474.86-
YUV67.83121.89116.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 27.81%
GREEN value IS 78 (30.86% from 255) = 41.71%
BLUE value IS 57 (22.66% from 255) = 30.48%
R=27.81%
G=41.71%
B=30.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5278570.3300.270.69131.542025.49
Hex344E392101B45841419
Octal6411671410331052042431
Binary11010010011101110011000010110111000101100001001010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344E39; }

 p { color: rgb(52,78,57); }

 H1.HeaderClassName
 {
   color: #344E39;
 }
 .AnyTagClassName
 {
   color: #344E39;
 }
</style>
background-color css

<style>
 a { background-color: #344E39; }

 a { background-color: rgb(52,78,57); }

 div.DivClassName
 {
   background-color: #344E39;
 }
 .BgClassName
 {
   background-color: #344E39;
 }
</style>
border-color css

<style>
 span { border-color: #344E39; }

 span { border-color: rgb(52,78,57); }

 td.TdClassName
 {
   border-color: #344E39;
 }
 .TagClassName
 {
   border-color: #344E39;
 }
</style>