Html Css Color HEX #444A3C Armadillo

📋 copy color: '#444A3C'

red 68 ◦ green 74 ◦ blue 60

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

Shades of Armadillo #444A3C

Tints of Armadillo #444A3C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 36.63%

 BLUE value IS 60 (23.83% from 255) = 29.7%

R = 33.66%
G = 36.63%
B = 29.7%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#444A3C (or 0x444A3C) is known color: Armadillo. HEX triplet: 44, 4A and 3C. RGB value is (68,74,60). Sum of RGB (Red+Green+Blue) = 68+74+60=202 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.66% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 74 - color contains mainly: green. Hex color #444A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444A3C is #BBB5C3. Grayscale: #464646. Windows color (decimal): -12301764 or 3951172. OLE color: 3951172.

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

Color convert

RGB 68 74 60 -
CMYK 0.08 0 0.19 0.71
HSL 85.71º 0.1% 0.26% -
HSV(B) 85.71º 0.19% 0.29% -
XYZ 5.65 6.45 5.22 -
YUV 70.61 122.01 126.14 -
System Red Green Blue C M Y K H S L
Decimal 68 74 60 0.08 0 0.19 0.71 85.71 0.1 0.26
Hex 44 4A 3C 8 0 13 47 56 A 1A
Octal 104 112 74 10 0 23 107 126 12 32
Binary 1000100 1001010 111100 1000 0 10011 1000111 1010110 1010 11010

Color Harmonies of #444A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444A3C

Black with #444A3C

Text Example


Text Example

White with #444A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,74,60); }

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

background-color css

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

 a { background-color: rgb(68,74,60); }

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

border-color css

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

 span { border-color: rgb(68,74,60); }

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