#344D40

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

Shades of Goblin #344D40

Tints of Goblin #344D40

Color information

#344D40 (or 0x344D40) is unknown color: approx Goblin. HEX triplet: 34, 4D and 40. RGB value is (52,77,64). Sum of RGB (Red+Green+Blue) = 52+77+64=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 77 - color contains mainly: green. Hex color #344D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344D40 is #CBB2BF. Grayscale: #444444. Windows color (decimal): -13349568 or 4214068. OLE color: 4214068.

HSL color Cylindrical-coordinate representation of color #344D40: hue angle of 148.8º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #344D40 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.70.

Color convert

RGB527764-
CMYK0.3200.170.70
HSL148.8º19.38%25.29%-
HSV(B)148.8º32.47%30.2%-
XYZ56.415.82-
YUV68.04125.72116.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.94%
GREEN value IS 77 (30.47% from 255) = 39.90%
BLUE value IS 64 (25.39% from 255) = 33.16%
R=26.94%
G=39.90%
B=33.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5277640.3200.170.70148.819.3825.29
Hex344D402001146951319
Octal64115100400211062252331
Binary110100100110110000001000000100011000110100101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,77,64); }

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

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

 a { background-color: rgb(52,77,64); }

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

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

 span { border-color: rgb(52,77,64); }

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