Html Css Color HEX #414340 Armadillo

📋 copy color: '#414340'

red 65 ◦ green 67 ◦ blue 64

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

Shades of Armadillo #414340

Tints of Armadillo #414340

RGB

 RED value IS 65 (25.78% from 255) = 33.16%

 GREEN value IS 67 (26.56% from 255) = 34.18%

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

R = 33.16%
G = 34.18%
B = 32.65%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.04

 K value IS 0.74

RGB Variations

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

Color information

#414340 (or 0x414340) is known color: Armadillo. HEX triplet: 41, 43 and 40. RGB value is (65,67,64). Sum of RGB (Red+Green+Blue) = 65+67+64=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 67 - color contains mainly: green. Hex color #414340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414340 is #BEBCBF. Grayscale: #424242. Windows color (decimal): -12500160 or 4211521. OLE color: 4211521.

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

Color convert

RGB 65 67 64 -
CMYK 0.03 0 0.04 0.74
HSL 100º 0.02% 0.26% -
HSV(B) 100º 0.04% 0.26% -
XYZ 5.11 5.51 5.64 -
YUV 66.06 126.84 127.24 -
System Red Green Blue C M Y K H S L
Decimal 65 67 64 0.03 0 0.04 0.74 100 0.02 0.26
Hex 41 43 40 3 0 4 4A 64 2 1A
Octal 101 103 100 3 0 4 112 144 2 32
Binary 1000001 1000011 1000000 11 0 100 1001010 1100100 10 11010

Color Harmonies of #414340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414340

Black with #414340

Text Example


Text Example

White with #414340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414340; }

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

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

background-color css

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

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

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

border-color css

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

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

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