#424939

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

Shades of Armadillo #424939

Tints of Armadillo #424939

Color information

#424939 (or 0x424939) is unknown color: approx Armadillo. HEX triplet: 42, 49 and 39. RGB value is (66,73,57). Sum of RGB (Red+Green+Blue) = 66+73+57=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 57 (22.66% from 255 or 29.08% from 196); Max value from RGB is 73 - color contains mainly: green. Hex color #424939 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424939 is #BDB6C6. Grayscale: #454545. Windows color (decimal): -12433095 or 3754306. OLE color: 3754306.

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

Color convert

RGB667357-
CMYK0.1000.220.71
HSL86.25º12.31%25.49%-
HSV(B)86.25º21.92%28.63%-
XYZ5.376.224.79-
YUV69.08121.18125.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.67%
GREEN value IS 73 (28.91% from 255) = 37.24%
BLUE value IS 57 (22.66% from 255) = 29.08%
R=33.67%
G=37.24%
B=29.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6673570.1000.220.7186.2512.3125.49
Hex424939A0164756c19
Octal10211171120261071261431
Binary10000101001001111001101001011010001111010110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424939; }

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

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

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

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

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

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

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

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