Html Css Color HEX #495041 Armadillo

📋 copy color: '#495041'

red 73 ◦ green 80 ◦ blue 65

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

Shades of Armadillo #495041

Tints of Armadillo #495041

RGB

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

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

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

R = 33.49%
G = 36.7%
B = 29.82%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#495041 (or 0x495041) is known color: Armadillo. HEX triplet: 49, 50 and 41. RGB value is (73,80,65). Sum of RGB (Red+Green+Blue) = 73+80+65=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 65 (25.78% from 255 or 29.82% from 218); Max value from RGB is 80 - color contains mainly: green. Hex color #495041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495041 is #B6AFBE. Grayscale: #4C4C4C. Windows color (decimal): -11972543 or 4280393. OLE color: 4280393.

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

Color convert

RGB 73 80 65 -
CMYK 0.09 0 0.19 0.69
HSL 88º 0.1% 0.28% -
HSV(B) 88º 0.19% 0.31% -
XYZ 6.57 7.54 6.11 -
YUV 76.2 121.68 125.72 -
System Red Green Blue C M Y K H S L
Decimal 73 80 65 0.09 0 0.19 0.69 88 0.1 0.28
Hex 49 50 41 9 0 13 45 58 A 1C
Octal 111 120 101 11 0 23 105 130 12 34
Binary 1001001 1010000 1000001 1001 0 10011 1000101 1011000 1010 11100

Color Harmonies of #495041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495041

Black with #495041

Text Example


Text Example

White with #495041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495041; }

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

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

background-color css

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

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

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

border-color css

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

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

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