#334029

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

Shades of Mallard #334029

Tints of Mallard #334029

Color information

#334029 (or 0x334029) is unknown color: approx Mallard. HEX triplet: 33, 40 and 29. RGB value is (51,64,41). Sum of RGB (Red+Green+Blue) = 51+64+41=156 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.69% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 64 - color contains mainly: green. Hex color #334029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334029 is #CCBFD6. Grayscale: #393939. Windows color (decimal): -13418455 or 2703411. OLE color: 2703411.

HSL color Cylindrical-coordinate representation of color #334029: hue angle of 93.91º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #334029 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.75.

Color convert

RGB516441-
CMYK0.2000.360.75
HSL93.91º21.9%20.59%-
HSV(B)93.91º35.94%25.1%-
XYZ3.64.532.78-
YUV57.49118.69123.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.69%
GREEN value IS 64 (25.39% from 255) = 41.03%
BLUE value IS 41 (16.41% from 255) = 26.28%
R=32.69%
G=41.03%
B=26.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5164410.2000.360.7593.9121.920.59
Hex334029140244B5e1615
Octal6310051240441131362625
Binary1100111000000101001101000100100100101110111101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334029; }

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

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

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

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

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

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

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

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