#474F40

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

Shades of Armadillo #474F40

Tints of Armadillo #474F40

Color information

#474F40 (or 0x474F40) is unknown color: approx Armadillo. HEX triplet: 47, 4F and 40. RGB value is (71,79,64). Sum of RGB (Red+Green+Blue) = 71+79+64=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 79 (31.25% from 255 or 36.92% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 79 - color contains mainly: green. Hex color #474F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474F40 is #B8B0BF. Grayscale: #4A4A4A. Windows color (decimal): -12103872 or 4214599. OLE color: 4214599.

HSL color Cylindrical-coordinate representation of color #474F40: hue angle of 92º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #474F40 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB717964-
CMYK0.1000.190.69
HSL92º10.49%28.04%-
HSV(B)92º18.99%30.98%-
XYZ6.327.35.93-
YUV74.9121.85125.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.18%
GREEN value IS 79 (31.25% from 255) = 36.92%
BLUE value IS 64 (25.39% from 255) = 29.91%
R=33.18%
G=36.92%
B=29.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7179640.1000.190.699210.4928.04
Hex474F40A013455ca1c
Octal107117100120231051341234
Binary100011110011111000000101001001110001011011100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474F40; }

 p { color: rgb(71,79,64); }

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

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

 a { background-color: rgb(71,79,64); }

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

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

 span { border-color: rgb(71,79,64); }

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