#344428

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

Shades of Mallard #344428

Tints of Mallard #344428

Color information

#344428 (or 0x344428) is unknown color: approx Mallard. HEX triplet: 34, 44 and 28. RGB value is (52,68,40). Sum of RGB (Red+Green+Blue) = 52+68+40=160 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.5% from 160); Green value is 68 (26.95% from 255 or 42.5% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 68 - color contains mainly: green. Hex color #344428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344428 is #CBBBD7. Grayscale: #3C3C3C. Windows color (decimal): -13351896 or 2638900. OLE color: 2638900.

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

Color convert

RGB526840-
CMYK0.2400.410.73
HSL94.29º25.93%21.18%-
HSV(B)94.29º41.18%26.67%-
XYZ3.875.022.77-
YUV60.02116.7122.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.5%
GREEN value IS 68 (26.95% from 255) = 42.5%
BLUE value IS 40 (16.02% from 255) = 25%
R=32.5%
G=42.5%
B=25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5268400.2400.410.7394.2925.9321.18
Hex34442818029495e1a15
Octal6410450300511111363225
Binary1101001000100101000110000101001100100110111101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344428; }

 p { color: rgb(52,68,40); }

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

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

 a { background-color: rgb(52,68,40); }

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

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

 span { border-color: rgb(52,68,40); }

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