Html Css Color HEX #414D37 Mallard

📋 copy color: '#414D37'

red 65 ◦ green 77 ◦ blue 55

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

Shades of Mallard #414D37

Tints of Mallard #414D37

RGB

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

 GREEN value IS 77 (30.47% from 255) = 39.09%

 BLUE value IS 55 (21.88% from 255) = 27.92%

R = 32.99%
G = 39.09%
B = 27.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.29

 K value IS 0.70

RGB Variations

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

Color information

#414D37 (or 0x414D37) is known color: Mallard. HEX triplet: 41, 4D and 37. RGB value is (65,77,55). Sum of RGB (Red+Green+Blue) = 65+77+55=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 55 (21.88% from 255 or 27.92% from 197); Max value from RGB is 77 - color contains mainly: green. Hex color #414D37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414D37 is #BEB2C8. Grayscale: #464646. Windows color (decimal): -12497609 or 3624257. OLE color: 3624257.

HSL color Cylindrical-coordinate representation of color #414D37: hue angle of 92.73º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #414D37 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.70.

Color convert

RGB 65 77 55 -
CMYK 0.16 0 0.29 0.70
HSL 92.73º 0.17% 0.26% -
HSV(B) 92.73º 0.29% 0.3% -
XYZ 5.52 6.71 4.62 -
YUV 70.9 119.02 123.79 -
System Red Green Blue C M Y K H S L
Decimal 65 77 55 0.16 0 0.29 0.70 92.73 0.17 0.26
Hex 41 4D 37 10 0 1D 46 5D 11 1A
Octal 101 115 67 20 0 35 106 135 21 32
Binary 1000001 1001101 110111 10000 0 11101 1000110 1011101 10001 11010

Color Harmonies of #414D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414D37

Black with #414D37

Text Example


Text Example

White with #414D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414D37; }

 p { color: rgb(65,77,55); }

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

background-color css

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

 a { background-color: rgb(65,77,55); }

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

border-color css

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

 span { border-color: rgb(65,77,55); }

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