Html Css Color HEX #414240 Armadillo

📋 copy color: '#414240'

red 65 ◦ green 66 ◦ blue 64

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

Shades of Armadillo #414240

Tints of Armadillo #414240

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 value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#414240 (or 0x414240) is known color: 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

RGB 65 66 64 -
CMYK 0.02 0 0.03 0.74
HSL 90º 0.02% 0.25% -
HSV(B) 90º 0.03% 0.26% -
XYZ 5.05 5.39 5.62 -
YUV 65.47 127.17 127.66 -
System Red Green Blue C M Y K H S L
Decimal 65 66 64 0.02 0 0.03 0.74 90 0.02 0.25
Hex 41 42 40 2 0 3 4A 5A 2 19
Octal 101 102 100 2 0 3 112 132 2 31
Binary 1000001 1000010 1000000 10 0 11 1001010 1011010 10 11001

Color Harmonies of #414240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414240

Black with #414240

Text Example


Text Example

White with #414240

Text Example


Text Example

HTML Codes & Css Web 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>