#334428

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

Shades of Mallard #334428

Tints of Mallard #334428

Color information

#334428 (or 0x334428) is unknown color: approx Mallard. HEX triplet: 33, 44 and 28. RGB value is (51,68,40). Sum of RGB (Red+Green+Blue) = 51+68+40=159 (21% of max value = 765). Red value is 51 (20.31% from 255 or 32.08% from 159); Green value is 68 (26.95% from 255 or 42.77% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 68 - color contains mainly: green. Hex color #334428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334428 is #CCBBD7. Grayscale: #3B3B3B. Windows color (decimal): -13417432 or 2638899. OLE color: 2638899.

HSL color Cylindrical-coordinate representation of color #334428: hue angle of 96.43º 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 #334428 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB516840-
CMYK0.2500.410.73
HSL96.43º25.93%21.18%-
HSV(B)96.43º41.18%26.67%-
XYZ3.824.992.77-
YUV59.72116.87121.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.08%
GREEN value IS 68 (26.95% from 255) = 42.77%
BLUE value IS 40 (16.02% from 255) = 25.16%
R=32.08%
G=42.77%
B=25.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5168400.2500.410.7396.4325.9321.18
Hex3344281902949601a15
Octal6310450310511111403225
Binary1100111000100101000110010101001100100111000001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334428; }

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

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

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

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

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

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

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

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