Html Css Color HEX #434940 Armadillo

📋 copy color: '#434940'

red 67 ◦ green 73 ◦ blue 64

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

Shades of Armadillo #434940

Tints of Armadillo #434940

RGB

 RED value IS 67 (26.56% from 255) = 32.84%

 GREEN value IS 73 (28.91% from 255) = 35.78%

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

R = 32.84%
G = 35.78%
B = 31.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#434940 (or 0x434940) is known color: Armadillo. HEX triplet: 43, 49 and 40. RGB value is (67,73,64). Sum of RGB (Red+Green+Blue) = 67+73+64=204 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.84% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 73 - color contains mainly: green. Hex color #434940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434940 is #BCB6BF. Grayscale: #464646. Windows color (decimal): -12367552 or 4213059. OLE color: 4213059.

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

Color convert

RGB 67 73 64 -
CMYK 0.08 0 0.12 0.71
HSL 100º 0.07% 0.27% -
HSV(B) 100º 0.12% 0.29% -
XYZ 5.62 6.33 5.78 -
YUV 70.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 67 73 64 0.08 0 0.12 0.71 100 0.07 0.27
Hex 43 49 40 8 0 C 47 64 7 1B
Octal 103 111 100 10 0 14 107 144 7 33
Binary 1000011 1001001 1000000 1000 0 1100 1000111 1100100 111 11011

Color Harmonies of #434940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434940

Black with #434940

Text Example


Text Example

White with #434940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434940; }

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

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

background-color css

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

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

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

border-color css

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

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

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