#41473A

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

Shades of Mallard #41473A

Tints of Mallard #41473A

Color information

#41473A (or 0x41473A) is unknown color: approx Mallard. HEX triplet: 41, 47 and 3A. RGB value is (65,71,58). Sum of RGB (Red+Green+Blue) = 65+71+58=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 58 (23.05% from 255 or 29.90% from 194); Max value from RGB is 71 - color contains mainly: green. Hex color #41473A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41473A is #BEB8C5. Grayscale: #434343. Windows color (decimal): -12499142 or 3819329. OLE color: 3819329.

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

Color convert

RGB657158-
CMYK0.0800.180.72
HSL87.69º10.08%25.29%-
HSV(B)87.69º18.31%27.84%-
XYZ5.25.944.87-
YUV67.72122.51126.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.51%
GREEN value IS 71 (28.12% from 255) = 36.60%
BLUE value IS 58 (23.05% from 255) = 29.90%
R=33.51%
G=36.60%
B=29.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6571580.0800.180.7287.6910.0825.29
Hex41473A80124858a19
Octal10110772100221101301231
Binary10000011000111111010100001001010010001011000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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