#424D3B

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

Shades of Mallard #424D3B

Tints of Mallard #424D3B

Color information

#424D3B (or 0x424D3B) is unknown color: approx Mallard. HEX triplet: 42, 4D and 3B. RGB value is (66,77,59). Sum of RGB (Red+Green+Blue) = 66+77+59=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 77 (30.47% from 255 or 38.12% from 202); Blue value is 59 (23.44% from 255 or 29.21% from 202); Max value from RGB is 77 - color contains mainly: green. Hex color #424D3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424D3B is #BDB2C4. Grayscale: #474747. Windows color (decimal): -12432069 or 3886402. OLE color: 3886402.

HSL color Cylindrical-coordinate representation of color #424D3B: hue angle of 96.67º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #424D3B is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.70.

Color convert

RGB667759-
CMYK0.1400.230.70
HSL96.67º13.24%26.67%-
HSV(B)96.67º23.38%30.2%-
XYZ5.696.785.15-
YUV71.66120.86123.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.67%
GREEN value IS 77 (30.47% from 255) = 38.12%
BLUE value IS 59 (23.44% from 255) = 29.21%
R=32.67%
G=38.12%
B=29.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6677590.1400.230.7096.6713.2426.67
Hex424D3BE0174661d1b
Octal10211573160271061411533
Binary10000101001101111011111001011110001101100001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424D3B; }

 p { color: rgb(66,77,59); }

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

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

 a { background-color: rgb(66,77,59); }

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

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

 span { border-color: rgb(66,77,59); }

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