#414F35

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

Shades of Mallard #414F35

Tints of Mallard #414F35

Color information

#414F35 (or 0x414F35) is unknown color: approx Mallard. HEX triplet: 41, 4F and 35. RGB value is (65,79,53). Sum of RGB (Red+Green+Blue) = 65+79+53=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 79 (31.25% from 255 or 40.10% from 197); Blue value is 53 (21.09% from 255 or 26.90% from 197); Max value from RGB is 79 - color contains mainly: green. Hex color #414F35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414F35 is #BEB0CA. Grayscale: #474747. Windows color (decimal): -12497099 or 3493697. OLE color: 3493697.

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

Color convert

RGB657953-
CMYK0.1800.330.69
HSL92.31º19.7%25.88%-
HSV(B)92.31º32.91%30.98%-
XYZ5.626.974.42-
YUV71.85117.36123.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.99%
GREEN value IS 79 (31.25% from 255) = 40.10%
BLUE value IS 53 (21.09% from 255) = 26.90%
R=32.99%
G=40.10%
B=26.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6579530.1800.330.6992.3119.725.88
Hex414F3512021455c141a
Octal10111765220411051342432
Binary10000011001111110101100100100001100010110111001010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414F35; }

 p { color: rgb(65,79,53); }

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

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

 a { background-color: rgb(65,79,53); }

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

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

 span { border-color: rgb(65,79,53); }

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