#41473B

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

Shades of Mallard #41473B

Tints of Mallard #41473B

Color information

#41473B (or 0x41473B) is unknown color: approx Mallard. HEX triplet: 41, 47 and 3B. RGB value is (65,71,59). Sum of RGB (Red+Green+Blue) = 65+71+59=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 59 (23.44% from 255 or 30.26% from 195); Max value from RGB is 71 - color contains mainly: green. Hex color #41473B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41473B is #BEB8C4. Grayscale: #434343. Windows color (decimal): -12499141 or 3884865. OLE color: 3884865.

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

Color convert

RGB657159-
CMYK0.0800.170.72
HSL90º9.23%25.49%-
HSV(B)90º16.9%27.84%-
XYZ5.225.955.01-
YUV67.84123.01125.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.33%
GREEN value IS 71 (28.12% from 255) = 36.41%
BLUE value IS 59 (23.44% from 255) = 30.26%
R=33.33%
G=36.41%
B=30.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6571590.0800.170.72909.2325.49
Hex41473B8011485a919
Octal10110773100211101321131
Binary10000011000111111011100001000110010001011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41473B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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