#424938

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

Shades of Mallard #424938

Tints of Mallard #424938

Color information

#424938 (or 0x424938) is unknown color: approx Mallard. HEX triplet: 42, 49 and 38. RGB value is (66,73,56). Sum of RGB (Red+Green+Blue) = 66+73+56=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 56 (22.27% from 255 or 28.72% from 195); Max value from RGB is 73 - color contains mainly: green. Hex color #424938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424938 is #BDB6C7. Grayscale: #454545. Windows color (decimal): -12433096 or 3688770. OLE color: 3688770.

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

Color convert

RGB667356-
CMYK0.1000.230.71
HSL84.71º13.18%25.29%-
HSV(B)84.71º23.29%28.63%-
XYZ5.346.214.66-
YUV68.97120.68125.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.85%
GREEN value IS 73 (28.91% from 255) = 37.44%
BLUE value IS 56 (22.27% from 255) = 28.72%
R=33.85%
G=37.44%
B=28.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6673560.1000.230.7184.7113.1825.29
Hex424938A0174755d19
Octal10211170120271071251531
Binary10000101001001111000101001011110001111010101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424938; }

 p { color: rgb(66,73,56); }

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

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

 a { background-color: rgb(66,73,56); }

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

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

 span { border-color: rgb(66,73,56); }

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