#414240

Color #414240 Armadillo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Armadillo #414240

Tints of Armadillo #414240

Color information

#414240 (or 0x414240) is unknown color: approx Armadillo. HEX triplet: 41, 42 and 40. RGB value is (65,66,64). Sum of RGB (Red+Green+Blue) = 65+66+64=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 66 - color contains mainly: green. Hex color #414240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414240 is #BEBDBF. Grayscale: #414141. Windows color (decimal): -12500416 or 4211265. OLE color: 4211265.

HSL color Cylindrical-coordinate representation of color #414240: hue angle of 90º degrees, saturation: 0.02, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #414240 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB656664-
CMYK0.0200.030.74
HSL90º1.54%25.49%-
HSV(B)90º3.03%25.88%-
XYZ5.055.395.62-
YUV65.47127.17127.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.33%
GREEN value IS 66 (26.17% from 255) = 33.85%
BLUE value IS 64 (25.39% from 255) = 32.82%
R=33.33%
G=33.85%
B=32.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6566640.0200.030.74901.5425.49
Hex4142402034A5a219
Octal101102100203112132231
Binary10000011000010100000010011100101010110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414240; }

 p { color: rgb(65,66,64); }

 H1.HeaderClassName
 {
   color: #414240;
 }
 .AnyTagClassName
 {
   color: #414240;
 }
</style>
background-color css

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

 a { background-color: rgb(65,66,64); }

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

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

 span { border-color: rgb(65,66,64); }

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