#444842

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

Shades of Armadillo #444842

Tints of Armadillo #444842

Color information

#444842 (or 0x444842) is unknown color: approx Armadillo. HEX triplet: 44, 48 and 42. RGB value is (68,72,66). Sum of RGB (Red+Green+Blue) = 68+72+66=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 72 - color contains mainly: green. Hex color #444842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444842 is #BBB7BD. Grayscale: #464646. Windows color (decimal): -12302270 or 4343876. OLE color: 4343876.

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

Color convert

RGB687266-
CMYK0.0600.080.72
HSL100º4.35%27.06%-
HSV(B)100º8.33%28.24%-
XYZ5.686.266.06-
YUV70.12125.67126.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.01%
GREEN value IS 72 (28.52% from 255) = 34.95%
BLUE value IS 66 (26.17% from 255) = 32.04%
R=33.01%
G=34.95%
B=32.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6872660.0600.080.721004.3527.06
Hex444842608486441b
Octal1041101026010110144433
Binary100010010010001000010110010001001000110010010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444842; }

 p { color: rgb(68,72,66); }

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

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

 a { background-color: rgb(68,72,66); }

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

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

 span { border-color: rgb(68,72,66); }

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