#344C3F

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

Shades of Goblin #344C3F

Tints of Goblin #344C3F

Color information

#344C3F (or 0x344C3F) is unknown color: approx Goblin. HEX triplet: 34, 4C and 3F. RGB value is (52,76,63). Sum of RGB (Red+Green+Blue) = 52+76+63=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 76 - color contains mainly: green. Hex color #344C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344C3F is #CBB3C0. Grayscale: #434343. Windows color (decimal): -13349825 or 4148276. OLE color: 4148276.

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

Color convert

RGB527663-
CMYK0.3200.170.70
HSL147.5º18.75%25.1%-
HSV(B)147.5º31.58%29.8%-
XYZ4.96.265.65-
YUV67.34125.55117.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.23%
GREEN value IS 76 (30.08% from 255) = 39.79%
BLUE value IS 63 (25% from 255) = 32.98%
R=27.23%
G=39.79%
B=32.98%

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
Decimal5276630.3200.170.70147.518.7525.1
Hex344C3F2001146941319
Octal6411477400211062242331
Binary11010010011001111111000000100011000110100101001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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