#41483A

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

Shades of Mallard #41483A

Tints of Mallard #41483A

Color information

#41483A (or 0x41483A) is unknown color: approx Mallard. HEX triplet: 41, 48 and 3A. RGB value is (65,72,58). Sum of RGB (Red+Green+Blue) = 65+72+58=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 72 - color contains mainly: green. Hex color #41483A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41483A is #BEB7C5. Grayscale: #444444. Windows color (decimal): -12498886 or 3819585. OLE color: 3819585.

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

Color convert

RGB657258-
CMYK0.1000.190.72
HSL90º10.77%25.49%-
HSV(B)90º19.44%28.24%-
XYZ5.266.064.9-
YUV68.31122.18125.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.33%
GREEN value IS 72 (28.52% from 255) = 36.92%
BLUE value IS 58 (23.05% from 255) = 29.74%
R=33.33%
G=36.92%
B=29.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6572580.1000.190.729010.7725.49
Hex41483AA013485ab19
Octal10111072120231101321331
Binary10000011001000111010101001001110010001011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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