#434540

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

Shades of Armadillo #434540

Tints of Armadillo #434540

Color information

#434540 (or 0x434540) is unknown color: approx Armadillo. HEX triplet: 43, 45 and 40. RGB value is (67,69,64). Sum of RGB (Red+Green+Blue) = 67+69+64=200 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.5% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 69 - color contains mainly: green. Hex color #434540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434540 is #BCBABF. Grayscale: #434343. Windows color (decimal): -12368576 or 4212035. OLE color: 4212035.

HSL color Cylindrical-coordinate representation of color #434540: hue angle of 84º degrees, saturation: 0.04, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #434540 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB676964-
CMYK0.0300.070.73
HSL84º3.76%26.08%-
HSV(B)84º7.25%27.06%-
XYZ5.375.825.69-
YUV67.83125.84127.41-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.5%
GREEN value IS 69 (27.34% from 255) = 34.5%
BLUE value IS 64 (25.39% from 255) = 32%
R=33.5%
G=34.5%
B=32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6769640.0300.070.73843.7626.08
Hex434540307495441a
Octal103105100307111124432
Binary1000011100010110000001101111001001101010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434540; }

 p { color: rgb(67,69,64); }

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

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

 a { background-color: rgb(67,69,64); }

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

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

 span { border-color: rgb(67,69,64); }

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