Html Css Color HEX #41493C Mallard

📋 copy color: '#41493C'

red 65 ◦ green 73 ◦ blue 60

#41493C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mallard #41493C

Tints of Mallard #41493C

RGB

 RED value IS 65 (25.78% from 255) = 32.83%

 GREEN value IS 73 (28.91% from 255) = 36.87%

 BLUE value IS 60 (23.83% from 255) = 30.3%

R = 32.83%
G = 36.87%
B = 30.3%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.71

RGB Variations

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

Color information

#41493C (or 0x41493C) is known color: Mallard. HEX triplet: 41, 49 and 3C. RGB value is (65,73,60). Sum of RGB (Red+Green+Blue) = 65+73+60=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 60 (23.83% from 255 or 30.30% from 198); Max value from RGB is 73 - color contains mainly: green. Hex color #41493C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41493C is #BEB6C3. Grayscale: #454545. Windows color (decimal): -12498628 or 3950913. OLE color: 3950913.

HSL color Cylindrical-coordinate representation of color #41493C: hue angle of 96.92º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #41493C is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 73 60 -
CMYK 0.11 0 0.18 0.71
HSL 96.92º 0.1% 0.26% -
HSV(B) 96.92º 0.18% 0.29% -
XYZ 5.38 6.22 5.19 -
YUV 69.13 122.85 125.06 -
System Red Green Blue C M Y K H S L
Decimal 65 73 60 0.11 0 0.18 0.71 96.92 0.1 0.26
Hex 41 49 3C B 0 12 47 61 A 1A
Octal 101 111 74 13 0 22 107 141 12 32
Binary 1000001 1001001 111100 1011 0 10010 1000111 1100001 1010 11010

Color Harmonies of #41493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41493C

Black with #41493C

Text Example


Text Example

White with #41493C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #41493C;
 }
 .AnyTagClassName
 {
   color: #41493C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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