#41473E

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

Shades of Mallard #41473E

Tints of Mallard #41473E

Color information

#41473E (or 0x41473E) is unknown color: approx Mallard. HEX triplet: 41, 47 and 3E. RGB value is (65,71,62). Sum of RGB (Red+Green+Blue) = 65+71+62=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 62 (24.61% from 255 or 31.31% from 198); Max value from RGB is 71 - color contains mainly: green. Hex color #41473E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41473E is #BEB8C1. Grayscale: #444444. Windows color (decimal): -12499138 or 4081473. OLE color: 4081473.

HSL color Cylindrical-coordinate representation of color #41473E: hue angle of 100º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #41473E is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB657162-
CMYK0.0800.130.72
HSL100º6.77%26.08%-
HSV(B)100º12.68%27.84%-
XYZ5.35.985.43-
YUV68.18124.51125.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.83%
GREEN value IS 71 (28.12% from 255) = 35.86%
BLUE value IS 62 (24.61% from 255) = 31.31%
R=32.83%
G=35.86%
B=31.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6571620.0800.130.721006.7726.08
Hex41473E80D486471a
Octal1011077610015110144732
Binary100000110001111111101000011011001000110010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41473E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41473E; }

 p { color: rgb(65,71,62); }

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

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

 a { background-color: rgb(65,71,62); }

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

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

 span { border-color: rgb(65,71,62); }

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