#344D3E

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

Shades of Goblin #344D3E

Tints of Goblin #344D3E

Color information

#344D3E (or 0x344D3E) is unknown color: approx Goblin. HEX triplet: 34, 4D and 3E. RGB value is (52,77,62). Sum of RGB (Red+Green+Blue) = 52+77+62=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 77 (30.47% from 255 or 40.31% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 77 - color contains mainly: green. Hex color #344D3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344D3E is #CBB2C1. Grayscale: #434343. Windows color (decimal): -13349570 or 4082996. OLE color: 4082996.

HSL color Cylindrical-coordinate representation of color #344D3E: hue angle of 144º 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 #344D3E is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.70.

Color convert

RGB527762-
CMYK0.3200.190.70
HSL144º19.38%25.29%-
HSV(B)144º32.47%30.2%-
XYZ4.946.395.53-
YUV67.82124.72116.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.23%
GREEN value IS 77 (30.47% from 255) = 40.31%
BLUE value IS 62 (24.61% from 255) = 32.46%
R=27.23%
G=40.31%
B=32.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5277620.3200.190.7014419.3825.29
Hex344D3E2001346901319
Octal6411576400231062202331
Binary11010010011011111101000000100111000110100100001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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