Html Css Color HEX #41473A Mallard

📋 copy color: '#41473A'

red 65 ◦ green 71 ◦ blue 58

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

Shades of Mallard #41473A

Tints of Mallard #41473A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 29.9%

R = 33.51%
G = 36.6%
B = 29.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#41473A (or 0x41473A) is known color: Mallard. HEX triplet: 41, 47 and 3A. RGB value is (65,71,58). Sum of RGB (Red+Green+Blue) = 65+71+58=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 58 (23.05% from 255 or 29.90% from 194); Max value from RGB is 71 - color contains mainly: green. Hex color #41473A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41473A is #BEB8C5. Grayscale: #434343. Windows color (decimal): -12499142 or 3819329. OLE color: 3819329.

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

Color convert

RGB 65 71 58 -
CMYK 0.08 0 0.18 0.72
HSL 87.69º 0.1% 0.25% -
HSV(B) 87.69º 0.18% 0.28% -
XYZ 5.2 5.94 4.87 -
YUV 67.72 122.51 126.06 -
System Red Green Blue C M Y K H S L
Decimal 65 71 58 0.08 0 0.18 0.72 87.69 0.1 0.25
Hex 41 47 3A 8 0 12 48 58 A 19
Octal 101 107 72 10 0 22 110 130 12 31
Binary 1000001 1000111 111010 1000 0 10010 1001000 1011000 1010 11001

Color Harmonies of #41473A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41473A

Black with #41473A

Text Example


Text Example

White with #41473A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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