#43493E

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

Shades of Armadillo #43493E

Tints of Armadillo #43493E

Color information

#43493E (or 0x43493E) is unknown color: approx Armadillo. HEX triplet: 43, 49 and 3E. RGB value is (67,73,62). Sum of RGB (Red+Green+Blue) = 67+73+62=202 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.17% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 73 - color contains mainly: green. Hex color #43493E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43493E is #BCB6C1. Grayscale: #454545. Windows color (decimal): -12367554 or 4081987. OLE color: 4081987.

HSL color Cylindrical-coordinate representation of color #43493E: hue angle of 92.73º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #43493E is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB677362-
CMYK0.0800.150.71
HSL92.73º8.15%26.47%-
HSV(B)92.73º15.07%28.63%-
XYZ5.576.315.48-
YUV69.95123.51125.89-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.17%
GREEN value IS 73 (28.91% from 255) = 36.14%
BLUE value IS 62 (24.61% from 255) = 30.69%
R=33.17%
G=36.14%
B=30.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6773620.0800.150.7192.738.1526.47
Hex43493E80F475d81a
Octal10311176100171071351032
Binary1000011100100111111010000111110001111011101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43493E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43493E; }

 p { color: rgb(67,73,62); }

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

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

 a { background-color: rgb(67,73,62); }

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

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

 span { border-color: rgb(67,73,62); }

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