Html Css Color HEX #444841 Armadillo

📋 copy color: '#444841'

red 68 ◦ green 72 ◦ blue 65

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

Shades of Armadillo #444841

Tints of Armadillo #444841

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.12%

 BLUE value IS 65 (25.78% from 255) = 31.71%

R = 33.17%
G = 35.12%
B = 31.71%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#444841 (or 0x444841) is known color: Armadillo. HEX triplet: 44, 48 and 41. RGB value is (68,72,65). Sum of RGB (Red+Green+Blue) = 68+72+65=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 72 - color contains mainly: green. Hex color #444841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444841 is #BBB7BE. Grayscale: #464646. Windows color (decimal): -12302271 or 4278340. OLE color: 4278340.

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

Color convert

RGB 68 72 65 -
CMYK 0.06 0 0.10 0.72
HSL 94.29º 0.05% 0.27% -
HSV(B) 94.29º 0.1% 0.28% -
XYZ 5.66 6.25 5.91 -
YUV 70.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 68 72 65 0.06 0 0.10 0.72 94.29 0.05 0.27
Hex 44 48 41 6 0 A 48 5E 5 1B
Octal 104 110 101 6 0 12 110 136 5 33
Binary 1000100 1001000 1000001 110 0 1010 1001000 1011110 101 11011

Color Harmonies of #444841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444841

Black with #444841

Text Example


Text Example

White with #444841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444841; }

 p { color: rgb(68,72,65); }

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

background-color css

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

 a { background-color: rgb(68,72,65); }

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

border-color css

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

 span { border-color: rgb(68,72,65); }

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