#424E3A

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

Shades of Mallard #424E3A

Tints of Mallard #424E3A

Color information

#424E3A (or 0x424E3A) is unknown color: approx Mallard. HEX triplet: 42, 4E and 3A. RGB value is (66,78,58). Sum of RGB (Red+Green+Blue) = 66+78+58=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 78 (30.86% from 255 or 38.61% from 202); Blue value is 58 (23.05% from 255 or 28.71% from 202); Max value from RGB is 78 - color contains mainly: green. Hex color #424E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424E3A is #BDB1C5. Grayscale: #484848. Windows color (decimal): -12431814 or 3821122. OLE color: 3821122.

HSL color Cylindrical-coordinate representation of color #424E3A: hue angle of 96º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #424E3A is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB667858-
CMYK0.1500.260.69
HSL96º14.71%26.67%-
HSV(B)96º25.64%30.59%-
XYZ5.736.915.03-
YUV72.13120.02123.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.67%
GREEN value IS 78 (30.86% from 255) = 38.61%
BLUE value IS 58 (23.05% from 255) = 28.71%
R=32.67%
G=38.61%
B=28.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6678580.1500.260.699614.7126.67
Hex424E3AF01A4560f1b
Octal10211672170321051401733
Binary10000101001110111010111101101010001011100000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,78,58); }

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

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

 a { background-color: rgb(66,78,58); }

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

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

 span { border-color: rgb(66,78,58); }

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