#424B39

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

Shades of Mallard #424B39

Tints of Mallard #424B39

Color information

#424B39 (or 0x424B39) is unknown color: approx Mallard. HEX triplet: 42, 4B and 39. RGB value is (66,75,57). Sum of RGB (Red+Green+Blue) = 66+75+57=198 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.33% from 198); Green value is 75 (29.69% from 255 or 37.88% from 198); Blue value is 57 (22.66% from 255 or 28.79% from 198); Max value from RGB is 75 - color contains mainly: green. Hex color #424B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424B39 is #BDB4C6. Grayscale: #464646. Windows color (decimal): -12432583 or 3754818. OLE color: 3754818.

HSL color Cylindrical-coordinate representation of color #424B39: hue angle of 90º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #424B39 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.71.

Color convert

RGB667557-
CMYK0.1200.240.71
HSL90º13.64%25.88%-
HSV(B)90º24%29.41%-
XYZ5.56.494.83-
YUV70.26120.52124.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.33%
GREEN value IS 75 (29.69% from 255) = 37.88%
BLUE value IS 57 (22.66% from 255) = 28.79%
R=33.33%
G=37.88%
B=28.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6675570.1200.240.719013.6425.88
Hex424B39C018475ae1a
Octal10211371140301071321632
Binary10000101001011111001110001100010001111011010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,75,57); }

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

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

 a { background-color: rgb(66,75,57); }

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

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

 span { border-color: rgb(66,75,57); }

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