#44493D

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

Shades of Armadillo #44493D

Tints of Armadillo #44493D

Color information

#44493D (or 0x44493D) is unknown color: approx Armadillo. HEX triplet: 44, 49 and 3D. RGB value is (68,73,61). Sum of RGB (Red+Green+Blue) = 68+73+61=202 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.66% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 73 - color contains mainly: green. Hex color #44493D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44493D is #BBB6C2. Grayscale: #464646. Windows color (decimal): -12302019 or 4016452. OLE color: 4016452.

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

Color convert

RGB687361-
CMYK0.0700.160.71
HSL85º8.96%26.27%-
HSV(B)85º16.44%28.63%-
XYZ5.616.335.34-
YUV70.14122.84126.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.66%
GREEN value IS 73 (28.91% from 255) = 36.14%
BLUE value IS 61 (24.22% from 255) = 30.20%
R=33.66%
G=36.14%
B=30.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6873610.0700.160.71858.9626.27
Hex44493D7010475591a
Octal1041117570201071251132
Binary1000100100100111110111101000010001111010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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