#41483C

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

Shades of Mallard #41483C

Tints of Mallard #41483C

Color information

#41483C (or 0x41483C) is unknown color: approx Mallard. HEX triplet: 41, 48 and 3C. RGB value is (65,72,60). Sum of RGB (Red+Green+Blue) = 65+72+60=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 72 - color contains mainly: green. Hex color #41483C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41483C is #BEB7C3. Grayscale: #444444. Windows color (decimal): -12498884 or 3950657. OLE color: 3950657.

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

Color convert

RGB657260-
CMYK0.1000.170.72
HSL95º9.09%25.88%-
HSV(B)95º16.67%28.24%-
XYZ5.316.085.17-
YUV68.54123.18125.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.99%
GREEN value IS 72 (28.52% from 255) = 36.55%
BLUE value IS 60 (23.83% from 255) = 30.46%
R=32.99%
G=36.55%
B=30.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6572600.1000.170.72959.0925.88
Hex41483CA011485f91a
Octal10111074120211101371132
Binary10000011001000111100101001000110010001011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41483C; }

 p { color: rgb(65,72,60); }

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

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

 a { background-color: rgb(65,72,60); }

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

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

 span { border-color: rgb(65,72,60); }

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