#415134

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

Shades of Mallard #415134

Tints of Mallard #415134

Color information

#415134 (or 0x415134) is unknown color: approx Mallard. HEX triplet: 41, 51 and 34. RGB value is (65,81,52). Sum of RGB (Red+Green+Blue) = 65+81+52=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 81 (32.03% from 255 or 40.91% from 198); Blue value is 52 (20.70% from 255 or 26.26% from 198); Max value from RGB is 81 - color contains mainly: green. Hex color #415134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415134 is #BEAECB. Grayscale: #494949. Windows color (decimal): -12496588 or 3428673. OLE color: 3428673.

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

Color convert

RGB658152-
CMYK0.2000.360.68
HSL93.1º21.8%26.08%-
HSV(B)93.1º35.8%31.76%-
XYZ5.747.264.35-
YUV72.91116.2122.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.83%
GREEN value IS 81 (32.03% from 255) = 40.91%
BLUE value IS 52 (20.70% from 255) = 26.26%
R=32.83%
G=40.91%
B=26.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6581520.2000.360.6893.121.826.08
Hex41513414024445d161a
Octal10112164240441041352632
Binary10000011010001110100101000100100100010010111011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415134; }

 p { color: rgb(65,81,52); }

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

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

 a { background-color: rgb(65,81,52); }

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

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

 span { border-color: rgb(65,81,52); }

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