#344D3F

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

Shades of Goblin #344D3F

Tints of Goblin #344D3F

Color information

#344D3F (or 0x344D3F) is unknown color: approx Goblin. HEX triplet: 34, 4D and 3F. RGB value is (52,77,63). Sum of RGB (Red+Green+Blue) = 52+77+63=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 77 (30.47% from 255 or 40.10% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 77 - color contains mainly: green. Hex color #344D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344D3F is #CBB2C0. Grayscale: #434343. Windows color (decimal): -13349569 or 4148532. OLE color: 4148532.

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

Color convert

RGB527763-
CMYK0.3200.180.70
HSL146.4º19.38%25.29%-
HSV(B)146.4º32.47%30.2%-
XYZ4.976.45.68-
YUV67.93125.22116.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.08%
GREEN value IS 77 (30.47% from 255) = 40.10%
BLUE value IS 63 (25% from 255) = 32.81%
R=27.08%
G=40.10%
B=32.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5277630.3200.180.70146.419.3825.29
Hex344D3F2001246921319
Octal6411577400221062222331
Binary11010010011011111111000000100101000110100100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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