#414738

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

Shades of Mallard #414738

Tints of Mallard #414738

Color information

#414738 (or 0x414738) is unknown color: approx Mallard. HEX triplet: 41, 47 and 38. RGB value is (65,71,56). Sum of RGB (Red+Green+Blue) = 65+71+56=192 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.85% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 56 (22.27% from 255 or 29.17% from 192); Max value from RGB is 71 - color contains mainly: green. Hex color #414738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414738 is #BEB8C7. Grayscale: #434343. Windows color (decimal): -12499144 or 3688257. OLE color: 3688257.

HSL color Cylindrical-coordinate representation of color #414738: hue angle of 84º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #414738 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB657156-
CMYK0.0800.210.72
HSL84º11.81%24.9%-
HSV(B)84º21.13%27.84%-
XYZ5.155.924.61-
YUV67.5121.51126.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.85%
GREEN value IS 71 (28.12% from 255) = 36.98%
BLUE value IS 56 (22.27% from 255) = 29.17%
R=33.85%
G=36.98%
B=29.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6571560.0800.210.728411.8124.9
Hex41473880154854c19
Octal10110770100251101241431
Binary10000011000111111000100001010110010001010100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414738; }

 p { color: rgb(65,71,56); }

 H1.HeaderClassName
 {
   color: #414738;
 }
 .AnyTagClassName
 {
   color: #414738;
 }
</style>
background-color css

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

 a { background-color: rgb(65,71,56); }

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

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

 span { border-color: rgb(65,71,56); }

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