#41483D

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

Shades of Mallard #41483D

Tints of Mallard #41483D

Color information

#41483D (or 0x41483D) is unknown color: approx Mallard. HEX triplet: 41, 48 and 3D. RGB value is (65,72,61). Sum of RGB (Red+Green+Blue) = 65+72+61=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 72 - color contains mainly: green. Hex color #41483D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41483D is #BEB7C2. Grayscale: #444444. Windows color (decimal): -12498883 or 4016193. OLE color: 4016193.

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

Color convert

RGB657261-
CMYK0.1000.150.72
HSL98.18º8.27%26.08%-
HSV(B)98.18º15.28%28.24%-
XYZ5.346.15.31-
YUV68.65123.68125.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.83%
GREEN value IS 72 (28.52% from 255) = 36.36%
BLUE value IS 61 (24.22% from 255) = 30.81%
R=32.83%
G=36.36%
B=30.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6572610.1000.150.7298.188.2726.08
Hex41483DA0F486281a
Octal10111075120171101421032
Binary1000001100100011110110100111110010001100010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41483D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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