#424C3D

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

Shades of Armadillo #424C3D

Tints of Armadillo #424C3D

Color information

#424C3D (or 0x424C3D) is unknown color: approx Armadillo. HEX triplet: 42, 4C and 3D. RGB value is (66,76,61). Sum of RGB (Red+Green+Blue) = 66+76+61=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 76 - color contains mainly: green. Hex color #424C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424C3D is #BDB3C2. Grayscale: #474747. Windows color (decimal): -12432323 or 4017218. OLE color: 4017218.

HSL color Cylindrical-coordinate representation of color #424C3D: hue angle of 100º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #424C3D is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.70.

Color convert

RGB667661-
CMYK0.1300.200.70
HSL100º10.95%26.86%-
HSV(B)100º19.74%29.8%-
XYZ5.676.665.4-
YUV71.3122.19124.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.51%
GREEN value IS 76 (30.08% from 255) = 37.44%
BLUE value IS 61 (24.22% from 255) = 30.05%
R=32.51%
G=37.44%
B=30.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6676610.1300.200.7010010.9526.86
Hex424C3DD0144664b1b
Octal10211475150241061441333
Binary10000101001100111101110101010010001101100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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