#44493E

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

Shades of Armadillo #44493E

Tints of Armadillo #44493E

Color information

#44493E (or 0x44493E) is unknown color: approx Armadillo. HEX triplet: 44, 49 and 3E. RGB value is (68,73,62). Sum of RGB (Red+Green+Blue) = 68+73+62=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 73 - color contains mainly: green. Hex color #44493E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44493E is #BBB6C1. Grayscale: #464646. Windows color (decimal): -12302018 or 4081988. OLE color: 4081988.

HSL color Cylindrical-coordinate representation of color #44493E: hue angle of 87.27º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #44493E is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB687362-
CMYK0.0700.150.71
HSL87.27º8.15%26.47%-
HSV(B)87.27º15.07%28.63%-
XYZ5.646.345.48-
YUV70.25123.34126.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.50%
GREEN value IS 73 (28.91% from 255) = 35.96%
BLUE value IS 62 (24.61% from 255) = 30.54%
R=33.50%
G=35.96%
B=30.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6873620.0700.150.7187.278.1526.47
Hex44493E70F475781a
Octal1041117670171071271032
Binary100010010010011111101110111110001111010111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44493E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44493E; }

 p { color: rgb(68,73,62); }

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

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

 a { background-color: rgb(68,73,62); }

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

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

 span { border-color: rgb(68,73,62); }

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