Html Css Color HEX #414F35 Mallard

📋 copy color: '#414F35'

red 65 ◦ green 79 ◦ blue 53

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

Shades of Mallard #414F35

Tints of Mallard #414F35

RGB

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

 GREEN value IS 79 (31.25% from 255) = 40.1%

 BLUE value IS 53 (21.09% from 255) = 26.9%

R = 32.99%
G = 40.1%
B = 26.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#414F35 (or 0x414F35) is known color: Mallard. HEX triplet: 41, 4F and 35. RGB value is (65,79,53). Sum of RGB (Red+Green+Blue) = 65+79+53=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 79 (31.25% from 255 or 40.10% from 197); Blue value is 53 (21.09% from 255 or 26.90% from 197); Max value from RGB is 79 - color contains mainly: green. Hex color #414F35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414F35 is #BEB0CA. Grayscale: #474747. Windows color (decimal): -12497099 or 3493697. OLE color: 3493697.

HSL color Cylindrical-coordinate representation of color #414F35: hue angle of 92.31º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #414F35 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 79 53 -
CMYK 0.18 0 0.33 0.69
HSL 92.31º 0.2% 0.26% -
HSV(B) 92.31º 0.33% 0.31% -
XYZ 5.62 6.97 4.42 -
YUV 71.85 117.36 123.11 -
System Red Green Blue C M Y K H S L
Decimal 65 79 53 0.18 0 0.33 0.69 92.31 0.2 0.26
Hex 41 4F 35 12 0 21 45 5C 14 1A
Octal 101 117 65 22 0 41 105 134 24 32
Binary 1000001 1001111 110101 10010 0 100001 1000101 1011100 10100 11010

Color Harmonies of #414F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414F35

Black with #414F35

Text Example


Text Example

White with #414F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,79,53); }

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

background-color css

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

 a { background-color: rgb(65,79,53); }

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

border-color css

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

 span { border-color: rgb(65,79,53); }

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