#344F40

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

Shades of Goblin #344F40

Tints of Goblin #344F40

Color information

#344F40 (or 0x344F40) is unknown color: approx Goblin. HEX triplet: 34, 4F and 40. RGB value is (52,79,64). Sum of RGB (Red+Green+Blue) = 52+79+64=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 79 (31.25% from 255 or 40.51% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 79 - color contains mainly: green. Hex color #344F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344F40 is #CBB0BF. Grayscale: #454545. Windows color (decimal): -13349056 or 4214580. OLE color: 4214580.

HSL color Cylindrical-coordinate representation of color #344F40: hue angle of 146.67º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #344F40 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB527964-
CMYK0.3400.190.69
HSL146.67º20.61%25.69%-
HSV(B)146.67º34.18%30.98%-
XYZ5.146.695.87-
YUV69.22125.05115.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.67%
GREEN value IS 79 (31.25% from 255) = 40.51%
BLUE value IS 64 (25.39% from 255) = 32.82%
R=26.67%
G=40.51%
B=32.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5279640.3400.190.69146.6720.6125.69
Hex344F40220134593151a
Octal64117100420231052232532
Binary110100100111110000001000100100111000101100100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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