#424A3D

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

Shades of Armadillo #424A3D

Tints of Armadillo #424A3D

Color information

#424A3D (or 0x424A3D) is unknown color: approx Armadillo. HEX triplet: 42, 4A and 3D. RGB value is (66,74,61). Sum of RGB (Red+Green+Blue) = 66+74+61=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 74 (29.30% from 255 or 36.82% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 74 - color contains mainly: green. Hex color #424A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424A3D is #BDB5C2. Grayscale: #464646. Windows color (decimal): -12432835 or 4016706. OLE color: 4016706.

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

Color convert

RGB667461-
CMYK0.1100.180.71
HSL96.92º9.63%26.47%-
HSV(B)96.92º17.57%29.02%-
XYZ5.546.395.36-
YUV70.13122.85125.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.84%
GREEN value IS 74 (29.30% from 255) = 36.82%
BLUE value IS 61 (24.22% from 255) = 30.35%
R=32.84%
G=36.82%
B=30.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6674610.1100.180.7196.929.6326.47
Hex424A3DB0124761a1a
Octal10211275130221071411232
Binary10000101001010111101101101001010001111100001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,74,61); }

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

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

 a { background-color: rgb(66,74,61); }

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

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

 span { border-color: rgb(66,74,61); }

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