Html Css Color HEX #444740 Armadillo

📋 copy color: '#444740'

red 68 ◦ green 71 ◦ blue 64

#444740
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Armadillo #444740

Tints of Armadillo #444740

RGB

 RED value IS 68 (26.95% from 255) = 33.5%

 GREEN value IS 71 (28.13% from 255) = 34.98%

 BLUE value IS 64 (25.39% from 255) = 31.53%

R = 33.5%
G = 34.98%
B = 31.53%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#444740 (or 0x444740) is known color: Armadillo. HEX triplet: 44, 47 and 40. RGB value is (68,71,64). Sum of RGB (Red+Green+Blue) = 68+71+64=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 71 - color contains mainly: green. Hex color #444740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444740 is #BBB8BF. Grayscale: #454545. Windows color (decimal): -12302528 or 4212548. OLE color: 4212548.

HSL color Cylindrical-coordinate representation of color #444740: hue angle of 85.71º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #444740 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 68 71 64 -
CMYK 0.04 0 0.10 0.72
HSL 85.71º 0.05% 0.26% -
HSV(B) 85.71º 0.1% 0.28% -
XYZ 5.56 6.11 5.74 -
YUV 69.31 125.01 127.07 -
System Red Green Blue C M Y K H S L
Decimal 68 71 64 0.04 0 0.10 0.72 85.71 0.05 0.26
Hex 44 47 40 4 0 A 48 56 5 1A
Octal 104 107 100 4 0 12 110 126 5 32
Binary 1000100 1000111 1000000 100 0 1010 1001000 1010110 101 11010

Color Harmonies of #444740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444740

Black with #444740

Text Example


Text Example

White with #444740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444740; }

 p { color: rgb(68,71,64); }

 H1.HeaderClassName
 {
   color: #444740;
 }
 .AnyTagClassName
 {
   color: #444740;
 }
</style>

background-color css

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

 a { background-color: rgb(68,71,64); }

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

border-color css

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

 span { border-color: rgb(68,71,64); }

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