#414838

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

Shades of Mallard #414838

Tints of Mallard #414838

Color information

#414838 (or 0x414838) is unknown color: approx Mallard. HEX triplet: 41, 48 and 38. RGB value is (65,72,56). Sum of RGB (Red+Green+Blue) = 65+72+56=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 56 (22.27% from 255 or 29.02% from 193); Max value from RGB is 72 - color contains mainly: green. Hex color #414838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414838 is #BEB7C7. Grayscale: #444444. Windows color (decimal): -12498888 or 3688513. OLE color: 3688513.

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

Color convert

RGB657256-
CMYK0.1000.220.72
HSL86.25º12.5%25.1%-
HSV(B)86.25º22.22%28.24%-
XYZ5.216.044.63-
YUV68.08121.18125.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.68%
GREEN value IS 72 (28.52% from 255) = 37.31%
BLUE value IS 56 (22.27% from 255) = 29.02%
R=33.68%
G=37.31%
B=29.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6572560.1000.220.7286.2512.525.1
Hex414838A0164856d19
Octal10111070120261101261531
Binary10000011001000111000101001011010010001010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414838; }

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

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

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

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

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

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

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

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