#344C22

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

Shades of Mallard #344C22

Tints of Mallard #344C22

Color information

#344C22 (or 0x344C22) is unknown color: approx Mallard. HEX triplet: 34, 4C and 22. RGB value is (52,76,34). Sum of RGB (Red+Green+Blue) = 52+76+34=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 76 (30.08% from 255 or 46.91% from 162); Blue value is 34 (13.67% from 255 or 20.99% from 162); Max value from RGB is 76 - color contains mainly: green. Hex color #344C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344C22 is #CBB3DD. Grayscale: #404040. Windows color (decimal): -13349854 or 2247732. OLE color: 2247732.

HSL color Cylindrical-coordinate representation of color #344C22: hue angle of 94.29º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #344C22 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.70.

Color convert

RGB527634-
CMYK0.3200.550.70
HSL94.29º38.18%21.57%-
HSV(B)94.29º55.26%29.8%-
XYZ4.296.012.45-
YUV64.04111.05119.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.10%
GREEN value IS 76 (30.08% from 255) = 46.91%
BLUE value IS 34 (13.67% from 255) = 20.99%
R=32.10%
G=46.91%
B=20.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5276340.3200.550.7094.2938.1821.57
Hex344C2220037465e2616
Octal6411442400671061364626
Binary110100100110010001010000001101111000110101111010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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