#444740

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

Shades of Armadillo #444740

Tints of Armadillo #444740

Color information

#444740 (or 0x444740) is unknown color: approx Armadillo. HEX triplet: 44, 47 and 40. RGB value is (68,71,64). Sum of RGB (Red+Green+Blue) = 68+71+64=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 71 - color contains mainly: green. Hex color #444740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444740 is #BBB8BF. Grayscale: #454545. Windows color (decimal): -12302528 or 4212548. OLE color: 4212548.

HSL color Cylindrical-coordinate representation of color #444740: hue angle of 85.71º 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 #444740 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB687164-
CMYK0.0400.100.72
HSL85.71º5.19%26.47%-
HSV(B)85.71º9.86%27.84%-
XYZ5.566.115.74-
YUV69.31125.01127.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.50%
GREEN value IS 71 (28.12% from 255) = 34.98%
BLUE value IS 64 (25.39% from 255) = 31.53%
R=33.50%
G=34.98%
B=31.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6871640.0400.100.7285.715.1926.47
Hex44474040A485651a
Octal1041071004012110126532
Binary100010010001111000000100010101001000101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444740; }

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

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

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

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

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

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

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

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