#444743

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

Shades of Armadillo #444743

Tints of Armadillo #444743

Color information

#444743 (or 0x444743) is unknown color: approx Armadillo. HEX triplet: 44, 47 and 43. RGB value is (68,71,67). Sum of RGB (Red+Green+Blue) = 68+71+67=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 67 (26.56% from 255 or 32.52% from 206); Max value from RGB is 71 - color contains mainly: green. Hex color #444743 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444743 is #BBB8BC. Grayscale: #454545. Windows color (decimal): -12302525 or 4409156. OLE color: 4409156.

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

Color convert

RGB687167-
CMYK0.0400.060.72
HSL105º2.9%27.06%-
HSV(B)105º5.63%27.84%-
XYZ5.656.146.2-
YUV69.65126.51126.83-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.01%
GREEN value IS 71 (28.12% from 255) = 34.47%
BLUE value IS 67 (26.56% from 255) = 32.52%
R=33.01%
G=34.47%
B=32.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6871670.0400.060.721052.927.06
Hex444743406486931b
Octal104107103406110151333
Binary1000100100011110000111000110100100011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444743; }

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

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

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

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

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

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

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

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