#344626

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

Shades of Mallard #344626

Tints of Mallard #344626

Color information

#344626 (or 0x344626) is unknown color: approx Mallard. HEX triplet: 34, 46 and 26. RGB value is (52,70,38). Sum of RGB (Red+Green+Blue) = 52+70+38=160 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.5% from 160); Green value is 70 (27.73% from 255 or 43.75% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 70 - color contains mainly: green. Hex color #344626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344626 is #CBB9D9. Grayscale: #3D3D3D. Windows color (decimal): -13351386 or 2508340. OLE color: 2508340.

HSL color Cylindrical-coordinate representation of color #344626: hue angle of 93.75º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #344626 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB527038-
CMYK0.2600.460.73
HSL93.75º29.63%21.18%-
HSV(B)93.75º45.71%27.45%-
XYZ3.965.252.64-
YUV60.97115.04121.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.5%
GREEN value IS 70 (27.73% from 255) = 43.75%
BLUE value IS 38 (15.23% from 255) = 23.75%
R=32.5%
G=43.75%
B=23.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5270380.2600.460.7393.7529.6321.18
Hex3446261A02E495e1e15
Octal6410646320561111363625
Binary1101001000110100110110100101110100100110111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344626; }

 p { color: rgb(52,70,38); }

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

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

 a { background-color: rgb(52,70,38); }

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

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

 span { border-color: rgb(52,70,38); }

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