Html Css Color HEX #495040 Armadillo

📋 copy color: '#495040'

red 73 ◦ green 80 ◦ blue 64

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

Shades of Armadillo #495040

Tints of Armadillo #495040

RGB

 RED value IS 73 (28.91% from 255) = 33.64%

 GREEN value IS 80 (31.64% from 255) = 36.87%

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

R = 33.64%
G = 36.87%
B = 29.49%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#495040 (or 0x495040) is known color: Armadillo. HEX triplet: 49, 50 and 40. RGB value is (73,80,64). Sum of RGB (Red+Green+Blue) = 73+80+64=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 80 - color contains mainly: green. Hex color #495040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495040 is #B6AFBF. Grayscale: #4C4C4C. Windows color (decimal): -11972544 or 4214857. OLE color: 4214857.

HSL color Cylindrical-coordinate representation of color #495040: hue angle of 86.25º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #495040 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 80 64 -
CMYK 0.09 0 0.20 0.69
HSL 86.25º 0.11% 0.28% -
HSV(B) 86.25º 0.2% 0.31% -
XYZ 6.54 7.52 5.96 -
YUV 76.08 121.18 125.8 -
System Red Green Blue C M Y K H S L
Decimal 73 80 64 0.09 0 0.20 0.69 86.25 0.11 0.28
Hex 49 50 40 9 0 14 45 56 B 1C
Octal 111 120 100 11 0 24 105 126 13 34
Binary 1001001 1010000 1000000 1001 0 10100 1000101 1010110 1011 11100

Color Harmonies of #495040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495040

Black with #495040

Text Example


Text Example

White with #495040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495040; }

 p { color: rgb(73,80,64); }

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

background-color css

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

 a { background-color: rgb(73,80,64); }

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

border-color css

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

 span { border-color: rgb(73,80,64); }

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