Html Css Color HEX #414E33 Mallard

📋 copy color: '#414E33'

red 65 ◦ green 78 ◦ blue 51

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

Shades of Mallard #414E33

Tints of Mallard #414E33

RGB

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

 GREEN value IS 78 (30.86% from 255) = 40.21%

 BLUE value IS 51 (20.31% from 255) = 26.29%

R = 33.51%
G = 40.21%
B = 26.29%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.69

RGB Variations

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

Color information

#414E33 (or 0x414E33) is known color: Mallard. HEX triplet: 41, 4E and 33. RGB value is (65,78,51). Sum of RGB (Red+Green+Blue) = 65+78+51=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 78 (30.86% from 255 or 40.21% from 194); Blue value is 51 (20.31% from 255 or 26.29% from 194); Max value from RGB is 78 - color contains mainly: green. Hex color #414E33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414E33 is #BEB1CC. Grayscale: #474747. Windows color (decimal): -12497357 or 3362369. OLE color: 3362369.

HSL color Cylindrical-coordinate representation of color #414E33: hue angle of 88.89º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #414E33 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 78 51 -
CMYK 0.17 0 0.35 0.69
HSL 88.89º 0.21% 0.25% -
HSV(B) 88.89º 0.35% 0.31% -
XYZ 5.5 6.81 4.16 -
YUV 71.04 116.69 123.7 -
System Red Green Blue C M Y K H S L
Decimal 65 78 51 0.17 0 0.35 0.69 88.89 0.21 0.25
Hex 41 4E 33 11 0 23 45 59 15 19
Octal 101 116 63 21 0 43 105 131 25 31
Binary 1000001 1001110 110011 10001 0 100011 1000101 1011001 10101 11001

Color Harmonies of #414E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414E33

Black with #414E33

Text Example


Text Example

White with #414E33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,78,51); }

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

background-color css

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

 a { background-color: rgb(65,78,51); }

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

border-color css

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

 span { border-color: rgb(65,78,51); }

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