#434740

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

Shades of Armadillo #434740

Tints of Armadillo #434740

Color information

#434740 (or 0x434740) is unknown color: approx Armadillo. HEX triplet: 43, 47 and 40. RGB value is (67,71,64). Sum of RGB (Red+Green+Blue) = 67+71+64=202 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.17% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 71 - color contains mainly: green. Hex color #434740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434740 is #BCB8BF. Grayscale: #454545. Windows color (decimal): -12368064 or 4212547. OLE color: 4212547.

HSL color Cylindrical-coordinate representation of color #434740: hue angle of 94.29º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #434740 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB677164-
CMYK0.0600.100.72
HSL94.29º5.19%26.47%-
HSV(B)94.29º9.86%27.84%-
XYZ5.496.075.73-
YUV69.01125.17126.57-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.17%
GREEN value IS 71 (28.12% from 255) = 35.15%
BLUE value IS 64 (25.39% from 255) = 31.68%
R=33.17%
G=35.15%
B=31.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6771640.0600.100.7294.295.1926.47
Hex43474060A485e51a
Octal1031071006012110136532
Binary100001110001111000000110010101001000101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434740; }

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

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

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

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

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

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

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

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