#424C36

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

Shades of Mallard #424C36

Tints of Mallard #424C36

Color information

#424C36 (or 0x424C36) is unknown color: approx Mallard. HEX triplet: 42, 4C and 36. RGB value is (66,76,54). Sum of RGB (Red+Green+Blue) = 66+76+54=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 54 (21.48% from 255 or 27.55% from 196); Max value from RGB is 76 - color contains mainly: green. Hex color #424C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424C36 is #BDB3C9. Grayscale: #464646. Windows color (decimal): -12432330 or 3558466. OLE color: 3558466.

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

Color convert

RGB667654-
CMYK0.1300.290.70
HSL87.27º16.92%25.49%-
HSV(B)87.27º28.95%29.8%-
XYZ5.56.594.47-
YUV70.5118.69124.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.67%
GREEN value IS 76 (30.08% from 255) = 38.78%
BLUE value IS 54 (21.48% from 255) = 27.55%
R=33.67%
G=38.78%
B=27.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6676540.1300.290.7087.2716.9225.49
Hex424C36D01D46571119
Octal10211466150351061272131
Binary100001010011001101101101011101100011010101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,76,54); }

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

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

 a { background-color: rgb(66,76,54); }

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

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

 span { border-color: rgb(66,76,54); }

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