#414B3C

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

Shades of Mallard #414B3C

Tints of Mallard #414B3C

Color information

#414B3C (or 0x414B3C) is unknown color: approx Mallard. HEX triplet: 41, 4B and 3C. RGB value is (65,75,60). Sum of RGB (Red+Green+Blue) = 65+75+60=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 75 (29.69% from 255 or 37.5% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 75 - color contains mainly: green. Hex color #414B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414B3C is #BEB4C3. Grayscale: #464646. Windows color (decimal): -12498116 or 3951425. OLE color: 3951425.

HSL color Cylindrical-coordinate representation of color #414B3C: hue angle of 100º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #414B3C is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.

Color convert

RGB657560-
CMYK0.1300.200.71
HSL100º11.11%26.47%-
HSV(B)100º20%29.41%-
XYZ5.516.485.24-
YUV70.3122.19124.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.5%
GREEN value IS 75 (29.69% from 255) = 37.5%
BLUE value IS 60 (23.83% from 255) = 30%
R=32.5%
G=37.5%
B=30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6575600.1300.200.7110011.1126.47
Hex414B3CD0144764b1a
Octal10111374150241071441332
Binary10000011001011111100110101010010001111100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,75,60); }

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

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

 a { background-color: rgb(65,75,60); }

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

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

 span { border-color: rgb(65,75,60); }

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