#405133

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

Shades of Mallard #405133

Tints of Mallard #405133

Color information

#405133 (or 0x405133) is unknown color: approx Mallard. HEX triplet: 40, 51 and 33. RGB value is (64,81,51). Sum of RGB (Red+Green+Blue) = 64+81+51=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 81 - color contains mainly: green. Hex color #405133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405133 is #BFAECC. Grayscale: #484848. Windows color (decimal): -12562125 or 3363136. OLE color: 3363136.

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

Color convert

RGB648151-
CMYK0.2100.370.68
HSL94º22.73%25.88%-
HSV(B)94º37.04%31.76%-
XYZ5.657.214.23-
YUV72.5115.87121.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.65%
GREEN value IS 81 (32.03% from 255) = 41.33%
BLUE value IS 51 (20.31% from 255) = 26.02%
R=32.65%
G=41.33%
B=26.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6481510.2100.370.689422.7325.88
Hex40513315025445e171a
Octal10012163250451041362732
Binary10000001010001110011101010100101100010010111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405133; }

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

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

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

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

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

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

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

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