#344B23

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

Shades of Mallard #344B23

Tints of Mallard #344B23

Color information

#344B23 (or 0x344B23) is unknown color: approx Mallard. HEX triplet: 34, 4B and 23. RGB value is (52,75,35). Sum of RGB (Red+Green+Blue) = 52+75+35=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 75 (29.69% from 255 or 46.30% from 162); Blue value is 35 (14.06% from 255 or 21.60% from 162); Max value from RGB is 75 - color contains mainly: green. Hex color #344B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344B23 is #CBB4DC. Grayscale: #3F3F3F. Windows color (decimal): -13350109 or 2313012. OLE color: 2313012.

HSL color Cylindrical-coordinate representation of color #344B23: hue angle of 94.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #344B23 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.

Color convert

RGB527535-
CMYK0.3100.530.71
HSL94.5º36.36%21.57%-
HSV(B)94.5º53.33%29.41%-
XYZ4.245.882.5-
YUV63.56111.88119.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.10%
GREEN value IS 75 (29.69% from 255) = 46.30%
BLUE value IS 35 (14.06% from 255) = 21.60%
R=32.10%
G=46.30%
B=21.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5275350.3100.530.7194.536.3621.57
Hex344B231F035475e2416
Octal6411343370651071364426
Binary11010010010111000111111101101011000111101111010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,75,35); }

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

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

 a { background-color: rgb(52,75,35); }

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

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

 span { border-color: rgb(52,75,35); }

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