Html Css Color HEX #414937 Mallard

📋 copy color: '#414937'

red 65 ◦ green 73 ◦ blue 55

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

Shades of Mallard #414937

Tints of Mallard #414937

RGB

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

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

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

R = 33.68%
G = 37.82%
B = 28.5%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.25

 K value IS 0.71

RGB Variations

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

Color information

#414937 (or 0x414937) is known color: Mallard. HEX triplet: 41, 49 and 37. RGB value is (65,73,55). Sum of RGB (Red+Green+Blue) = 65+73+55=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 55 (21.88% from 255 or 28.50% from 193); Max value from RGB is 73 - color contains mainly: green. Hex color #414937 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414937 is #BEB6C8. Grayscale: #444444. Windows color (decimal): -12498633 or 3623233. OLE color: 3623233.

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

Color convert

RGB 65 73 55 -
CMYK 0.11 0 0.25 0.71
HSL 86.67º 0.14% 0.25% -
HSV(B) 86.67º 0.25% 0.29% -
XYZ 5.25 6.16 4.53 -
YUV 68.56 120.35 125.46 -
System Red Green Blue C M Y K H S L
Decimal 65 73 55 0.11 0 0.25 0.71 86.67 0.14 0.25
Hex 41 49 37 B 0 19 47 57 E 19
Octal 101 111 67 13 0 31 107 127 16 31
Binary 1000001 1001001 110111 1011 0 11001 1000111 1010111 1110 11001

Color Harmonies of #414937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414937

Black with #414937

Text Example


Text Example

White with #414937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414937; }

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

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

background-color css

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

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

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

border-color css

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

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

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