#43463F

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

Shades of Armadillo #43463F

Tints of Armadillo #43463F

Color information

#43463F (or 0x43463F) is unknown color: approx Armadillo. HEX triplet: 43, 46 and 3F. RGB value is (67,70,63). Sum of RGB (Red+Green+Blue) = 67+70+63=200 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.5% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 70 - color contains mainly: green. Hex color #43463F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43463F is #BCB9C0. Grayscale: #444444. Windows color (decimal): -12368321 or 4146755. OLE color: 4146755.

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

Color convert

RGB677063-
CMYK0.0400.100.73
HSL85.71º5.26%26.08%-
HSV(B)85.71º10%27.45%-
XYZ5.45.935.56-
YUV68.3125.01127.07-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.5%
GREEN value IS 70 (27.73% from 255) = 35%
BLUE value IS 63 (25% from 255) = 31.5%
R=33.5%
G=35%
B=31.5%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6770630.0400.100.7385.715.2626.08
Hex43463F40A495651a
Octal103106774012111126532
Binary10000111000110111111100010101001001101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43463F; }

 p { color: rgb(67,70,63); }

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

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

 a { background-color: rgb(67,70,63); }

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

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

 span { border-color: rgb(67,70,63); }

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