Html Css Color HEX #444C3D Armadillo

📋 copy color: '#444C3D'

red 68 ◦ green 76 ◦ blue 61

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

Shades of Armadillo #444C3D

Tints of Armadillo #444C3D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 37.07%

 BLUE value IS 61 (24.22% from 255) = 29.76%

R = 33.17%
G = 37.07%
B = 29.76%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.70

RGB Variations

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

Color information

#444C3D (or 0x444C3D) is known color: Armadillo. HEX triplet: 44, 4C and 3D. RGB value is (68,76,61). Sum of RGB (Red+Green+Blue) = 68+76+61=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 76 - color contains mainly: green. Hex color #444C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444C3D is #BBB3C2. Grayscale: #474747. Windows color (decimal): -12301251 or 4017220. OLE color: 4017220.

HSL color Cylindrical-coordinate representation of color #444C3D: hue angle of 92º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #444C3D is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.70.

Color convert

RGB 68 76 61 -
CMYK 0.11 0 0.20 0.70
HSL 92º 0.11% 0.27% -
HSV(B) 92º 0.2% 0.3% -
XYZ 5.81 6.73 5.41 -
YUV 71.9 121.85 125.22 -
System Red Green Blue C M Y K H S L
Decimal 68 76 61 0.11 0 0.20 0.70 92 0.11 0.27
Hex 44 4C 3D B 0 14 46 5C B 1B
Octal 104 114 75 13 0 24 106 134 13 33
Binary 1000100 1001100 111101 1011 0 10100 1000110 1011100 1011 11011

Color Harmonies of #444C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444C3D

Black with #444C3D

Text Example


Text Example

White with #444C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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