Html Css Color HEX #41493D Mallard

📋 copy color: '#41493D'

red 65 ◦ green 73 ◦ blue 61

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

Shades of Mallard #41493D

Tints of Mallard #41493D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 30.65%

R = 32.66%
G = 36.68%
B = 30.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#41493D (or 0x41493D) is known color: Mallard. HEX triplet: 41, 49 and 3D. RGB value is (65,73,61). Sum of RGB (Red+Green+Blue) = 65+73+61=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 61 (24.22% from 255 or 30.65% from 199); Max value from RGB is 73 - color contains mainly: green. Hex color #41493D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41493D is #BEB6C2. Grayscale: #454545. Windows color (decimal): -12498627 or 4016449. OLE color: 4016449.

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

Color convert

RGB 65 73 61 -
CMYK 0.11 0 0.16 0.71
HSL 100º 0.09% 0.26% -
HSV(B) 100º 0.16% 0.29% -
XYZ 5.4 6.23 5.33 -
YUV 69.24 123.35 124.98 -
System Red Green Blue C M Y K H S L
Decimal 65 73 61 0.11 0 0.16 0.71 100 0.09 0.26
Hex 41 49 3D B 0 10 47 64 9 1A
Octal 101 111 75 13 0 20 107 144 11 32
Binary 1000001 1001001 111101 1011 0 10000 1000111 1100100 1001 11010

Color Harmonies of #41493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41493D

Black with #41493D

Text Example


Text Example

White with #41493D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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