Html Css Color HEX #424A3E Armadillo

📋 copy color: '#424A3E'

red 66 ◦ green 74 ◦ blue 62

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

Shades of Armadillo #424A3E

Tints of Armadillo #424A3E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 36.63%

 BLUE value IS 62 (24.61% from 255) = 30.69%

R = 32.67%
G = 36.63%
B = 30.69%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#424A3E (or 0x424A3E) is known color: Armadillo. HEX triplet: 42, 4A and 3E. RGB value is (66,74,62). Sum of RGB (Red+Green+Blue) = 66+74+62=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 74 - color contains mainly: green. Hex color #424A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424A3E is #BDB5C1. Grayscale: #464646. Windows color (decimal): -12432834 or 4082242. OLE color: 4082242.

HSL color Cylindrical-coordinate representation of color #424A3E: hue angle of 100º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #424A3E is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 74 62 -
CMYK 0.11 0 0.16 0.71
HSL 100º 0.09% 0.27% -
HSV(B) 100º 0.16% 0.29% -
XYZ 5.57 6.4 5.5 -
YUV 70.24 123.35 124.98 -
System Red Green Blue C M Y K H S L
Decimal 66 74 62 0.11 0 0.16 0.71 100 0.09 0.27
Hex 42 4A 3E B 0 10 47 64 9 1B
Octal 102 112 76 13 0 20 107 144 11 33
Binary 1000010 1001010 111110 1011 0 10000 1000111 1100100 1001 11011

Color Harmonies of #424A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424A3E

Black with #424A3E

Text Example


Text Example

White with #424A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424A3E; }

 p { color: rgb(66,74,62); }

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

background-color css

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

 a { background-color: rgb(66,74,62); }

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

border-color css

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

 span { border-color: rgb(66,74,62); }

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