#414E33

Color #414E33 Mallard (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mallard #414E33

Tints of Mallard #414E33

Color information

#414E33 (or 0x414E33) is unknown color: approx 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

RGB657851-
CMYK0.1700.350.69
HSL88.89º20.93%25.29%-
HSV(B)88.89º34.62%30.59%-
XYZ5.56.814.16-
YUV71.04116.69123.7-

RGB Variations

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

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 (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6578510.1700.350.6988.8920.9325.29
Hex414E331102345591519
Octal10111663210431051312531
Binary10000011001110110011100010100011100010110110011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>