Html Css Color HEX #424740 Armadillo

📋 copy color: '#424740'

red 66 ◦ green 71 ◦ blue 64

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

Shades of Armadillo #424740

Tints of Armadillo #424740

RGB

 RED value IS 66 (26.17% from 255) = 32.84%

 GREEN value IS 71 (28.13% from 255) = 35.32%

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

R = 32.84%
G = 35.32%
B = 31.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#424740 (or 0x424740) is known color: Armadillo. HEX triplet: 42, 47 and 40. RGB value is (66,71,64). Sum of RGB (Red+Green+Blue) = 66+71+64=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 71 - color contains mainly: green. Hex color #424740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424740 is #BDB8BF. Grayscale: #444444. Windows color (decimal): -12433600 or 4212546. OLE color: 4212546.

HSL color Cylindrical-coordinate representation of color #424740: hue angle of 102.86º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #424740 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 71 64 -
CMYK 0.07 0 0.10 0.72
HSL 102.86º 0.05% 0.26% -
HSV(B) 102.86º 0.1% 0.28% -
XYZ 5.43 6.03 5.73 -
YUV 68.71 125.34 126.07 -
System Red Green Blue C M Y K H S L
Decimal 66 71 64 0.07 0 0.10 0.72 102.86 0.05 0.26
Hex 42 47 40 7 0 A 48 67 5 1A
Octal 102 107 100 7 0 12 110 147 5 32
Binary 1000010 1000111 1000000 111 0 1010 1001000 1100111 101 11010

Color Harmonies of #424740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424740

Black with #424740

Text Example


Text Example

White with #424740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424740; }

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

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

background-color css

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

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

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

border-color css

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

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

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