Html Css Color HEX #414936 Mallard

📋 copy color: '#414936'

red 65 ◦ green 73 ◦ blue 54

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

Shades of Mallard #414936

Tints of Mallard #414936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 28.13%

R = 33.85%
G = 38.02%
B = 28.13%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.26

 K value IS 0.71

RGB Variations

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

Color information

#414936 (or 0x414936) is known color: Mallard. HEX triplet: 41, 49 and 36. RGB value is (65,73,54). Sum of RGB (Red+Green+Blue) = 65+73+54=192 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.85% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 54 (21.48% from 255 or 28.12% from 192); Max value from RGB is 73 - color contains mainly: green. Hex color #414936 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414936 is #BEB6C9. Grayscale: #444444. Windows color (decimal): -12498634 or 3557697. OLE color: 3557697.

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

Color convert

RGB 65 73 54 -
CMYK 0.11 0 0.26 0.71
HSL 85.26º 0.15% 0.25% -
HSV(B) 85.26º 0.26% 0.29% -
XYZ 5.23 6.16 4.4 -
YUV 68.44 119.85 125.54 -
System Red Green Blue C M Y K H S L
Decimal 65 73 54 0.11 0 0.26 0.71 85.26 0.15 0.25
Hex 41 49 36 B 0 1A 47 55 F 19
Octal 101 111 66 13 0 32 107 125 17 31
Binary 1000001 1001001 110110 1011 0 11010 1000111 1010101 1111 11001

Color Harmonies of #414936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414936

Black with #414936

Text Example


Text Example

White with #414936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414936; }

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

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

background-color css

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

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

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

border-color css

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

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

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