Html Css Color HEX #41473E Mallard

📋 copy color: '#41473E'

red 65 ◦ green 71 ◦ blue 62

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

Shades of Mallard #41473E

Tints of Mallard #41473E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 35.86%

 BLUE value IS 62 (24.61% from 255) = 31.31%

R = 32.83%
G = 35.86%
B = 31.31%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.13

 K value IS 0.72

RGB Variations

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

Color information

#41473E (or 0x41473E) is known color: Mallard. HEX triplet: 41, 47 and 3E. RGB value is (65,71,62). Sum of RGB (Red+Green+Blue) = 65+71+62=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 62 (24.61% from 255 or 31.31% from 198); Max value from RGB is 71 - color contains mainly: green. Hex color #41473E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41473E is #BEB8C1. Grayscale: #444444. Windows color (decimal): -12499138 or 4081473. OLE color: 4081473.

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

Color convert

RGB 65 71 62 -
CMYK 0.08 0 0.13 0.72
HSL 100º 0.07% 0.26% -
HSV(B) 100º 0.13% 0.28% -
XYZ 5.3 5.98 5.43 -
YUV 68.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 65 71 62 0.08 0 0.13 0.72 100 0.07 0.26
Hex 41 47 3E 8 0 D 48 64 7 1A
Octal 101 107 76 10 0 15 110 144 7 32
Binary 1000001 1000111 111110 1000 0 1101 1001000 1100100 111 11010

Color Harmonies of #41473E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41473E

Black with #41473E

Text Example


Text Example

White with #41473E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41473E; }

 p { color: rgb(65,71,62); }

 H1.HeaderClassName
 {
   color: #41473E;
 }
 .AnyTagClassName
 {
   color: #41473E;
 }
</style>

background-color css

<style>
 a { background-color: #41473E; }

 a { background-color: rgb(65,71,62); }

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

border-color css

<style>
 span { border-color: #41473E; }

 span { border-color: rgb(65,71,62); }

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