#344C3B

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

Shades of Goblin #344C3B

Tints of Goblin #344C3B

Color information

#344C3B (or 0x344C3B) is unknown color: approx Goblin. HEX triplet: 34, 4C and 3B. RGB value is (52,76,59). Sum of RGB (Red+Green+Blue) = 52+76+59=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 76 - color contains mainly: green. Hex color #344C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344C3B is #CBB3C4. Grayscale: #424242. Windows color (decimal): -13349829 or 3886132. OLE color: 3886132.

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

Color convert

RGB527659-
CMYK0.3200.220.70
HSL137.5º18.75%25.1%-
HSV(B)137.5º31.58%29.8%-
XYZ4.796.215.08-
YUV66.89123.55117.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.81%
GREEN value IS 76 (30.08% from 255) = 40.64%
BLUE value IS 59 (23.44% from 255) = 31.55%
R=27.81%
G=40.64%
B=31.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5276590.3200.220.70137.518.7525.1
Hex344C3B20016468a1319
Octal6411473400261062122331
Binary11010010011001110111000000101101000110100010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,76,59); }

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

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

 a { background-color: rgb(52,76,59); }

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

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

 span { border-color: rgb(52,76,59); }

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