#43473E

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

Shades of Armadillo #43473E

Tints of Armadillo #43473E

Color information

#43473E (or 0x43473E) is unknown color: approx Armadillo. HEX triplet: 43, 47 and 3E. RGB value is (67,71,62). Sum of RGB (Red+Green+Blue) = 67+71+62=200 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.5% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 62 (24.61% from 255 or 31% from 200); Max value from RGB is 71 - color contains mainly: green. Hex color #43473E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43473E is #BCB8C1. Grayscale: #444444. Windows color (decimal): -12368066 or 4081475. OLE color: 4081475.

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

Color convert

RGB677162-
CMYK0.0600.130.72
HSL86.67º6.77%26.08%-
HSV(B)86.67º12.68%27.84%-
XYZ5.446.055.44-
YUV68.78124.17126.73-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.5%
GREEN value IS 71 (28.12% from 255) = 35.5%
BLUE value IS 62 (24.61% from 255) = 31%
R=33.5%
G=35.5%
B=31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6771620.0600.130.7286.676.7726.08
Hex43473E60D485771a
Octal103107766015110127732
Binary10000111000111111110110011011001000101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43473E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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