#444D3F

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

Shades of Armadillo #444D3F

Tints of Armadillo #444D3F

Color information

#444D3F (or 0x444D3F) is unknown color: approx Armadillo. HEX triplet: 44, 4D and 3F. RGB value is (68,77,63). Sum of RGB (Red+Green+Blue) = 68+77+63=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 77 (30.47% from 255 or 37.02% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 77 - color contains mainly: green. Hex color #444D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444D3F is #BBB2C0. Grayscale: #484848. Windows color (decimal): -12300993 or 4148548. OLE color: 4148548.

HSL color Cylindrical-coordinate representation of color #444D3F: hue angle of 98.57º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #444D3F is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.70.

Color convert

RGB687763-
CMYK0.1200.180.70
HSL98.57º10%27.45%-
HSV(B)98.57º18.18%30.2%-
XYZ5.936.95.72-
YUV72.71122.52124.64-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.69%
GREEN value IS 77 (30.47% from 255) = 37.02%
BLUE value IS 63 (25% from 255) = 30.29%
R=32.69%
G=37.02%
B=30.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6877630.1200.180.7098.571027.45
Hex444D3FC0124663a1b
Octal10411577140221061431233
Binary10001001001101111111110001001010001101100011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444D3F; }

 p { color: rgb(68,77,63); }

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

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

 a { background-color: rgb(68,77,63); }

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

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

 span { border-color: rgb(68,77,63); }

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