#414F38

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

Shades of Mallard #414F38

Tints of Mallard #414F38

Color information

#414F38 (or 0x414F38) is unknown color: approx Mallard. HEX triplet: 41, 4F and 38. RGB value is (65,79,56). Sum of RGB (Red+Green+Blue) = 65+79+56=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 79 (31.25% from 255 or 39.5% from 200); Blue value is 56 (22.27% from 255 or 28% from 200); Max value from RGB is 79 - color contains mainly: green. Hex color #414F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414F38 is #BEB0C7. Grayscale: #484848. Windows color (decimal): -12497096 or 3690305. OLE color: 3690305.

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

Color convert

RGB657956-
CMYK0.1800.290.69
HSL96.52º17.04%26.47%-
HSV(B)96.52º29.11%30.98%-
XYZ5.6974.79-
YUV72.19118.86122.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.5%
GREEN value IS 79 (31.25% from 255) = 39.5%
BLUE value IS 56 (22.27% from 255) = 28%
R=32.5%
G=39.5%
B=28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6579560.1800.290.6996.5217.0426.47
Hex414F381201D4561111a
Octal10111770220351051412132
Binary1000001100111111100010010011101100010111000011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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