#444642

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

Shades of Armadillo #444642

Tints of Armadillo #444642

Color information

#444642 (or 0x444642) is unknown color: approx Armadillo. HEX triplet: 44, 46 and 42. RGB value is (68,70,66). Sum of RGB (Red+Green+Blue) = 68+70+66=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 70 - color contains mainly: green. Hex color #444642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444642 is #BBB9BD. Grayscale: #444444. Windows color (decimal): -12302782 or 4343364. OLE color: 4343364.

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

Color convert

RGB687066-
CMYK0.0300.060.73
HSL90º2.94%26.67%-
HSV(B)90º5.71%27.45%-
XYZ5.5666.02-
YUV68.95126.34127.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.33%
GREEN value IS 70 (27.73% from 255) = 34.31%
BLUE value IS 66 (26.17% from 255) = 32.35%
R=33.33%
G=34.31%
B=32.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6870660.0300.060.73902.9426.67
Hex444642306495a31b
Octal104106102306111132333
Binary100010010001101000010110110100100110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444642; }

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

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

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

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

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

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

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

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