#415036

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

Shades of Mallard #415036

Tints of Mallard #415036

Color information

#415036 (or 0x415036) is unknown color: approx Mallard. HEX triplet: 41, 50 and 36. RGB value is (65,80,54). Sum of RGB (Red+Green+Blue) = 65+80+54=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 54 (21.48% from 255 or 27.14% from 199); Max value from RGB is 80 - color contains mainly: green. Hex color #415036 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415036 is #BEAFC9. Grayscale: #484848. Windows color (decimal): -12496842 or 3559489. OLE color: 3559489.

HSL color Cylindrical-coordinate representation of color #415036: hue angle of 94.62º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #415036 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB658054-
CMYK0.1900.330.69
HSL94.62º19.4%26.27%-
HSV(B)94.62º32.5%31.37%-
XYZ5.717.134.56-
YUV72.55117.53122.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.66%
GREEN value IS 80 (31.64% from 255) = 40.20%
BLUE value IS 54 (21.48% from 255) = 27.14%
R=32.66%
G=40.20%
B=27.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6580540.1900.330.6994.6219.426.27
Hex41503613021455f131a
Octal10112066230411051372332
Binary10000011010000110110100110100001100010110111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415036; }

 p { color: rgb(65,80,54); }

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

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

 a { background-color: rgb(65,80,54); }

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

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

 span { border-color: rgb(65,80,54); }

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