#334229

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

Shades of Mallard #334229

Tints of Mallard #334229

Color information

#334229 (or 0x334229) is unknown color: approx Mallard. HEX triplet: 33, 42 and 29. RGB value is (51,66,41). Sum of RGB (Red+Green+Blue) = 51+66+41=158 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.28% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 66 - color contains mainly: green. Hex color #334229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334229 is #CCBDD6. Grayscale: #3A3A3A. Windows color (decimal): -13417943 or 2703923. OLE color: 2703923.

HSL color Cylindrical-coordinate representation of color #334229: hue angle of 96º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #334229 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.74.

Color convert

RGB516641-
CMYK0.2300.380.74
HSL96º23.36%20.98%-
HSV(B)96º37.88%25.88%-
XYZ3.714.762.82-
YUV58.66118.03122.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.28%
GREEN value IS 66 (26.17% from 255) = 41.77%
BLUE value IS 41 (16.41% from 255) = 25.95%
R=32.28%
G=41.77%
B=25.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5166410.2300.380.749623.3620.98
Hex334229170264A601715
Octal6310251270461121402725
Binary1100111000010101001101110100110100101011000001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334229; }

 p { color: rgb(51,66,41); }

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

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

 a { background-color: rgb(51,66,41); }

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

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

 span { border-color: rgb(51,66,41); }

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