Html Css Color HEX #434841 Armadillo

📋 copy color: '#434841'

red 67 ◦ green 72 ◦ blue 65

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

Shades of Armadillo #434841

Tints of Armadillo #434841

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.29%

 BLUE value IS 65 (25.78% from 255) = 31.86%

R = 32.84%
G = 35.29%
B = 31.86%

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

#434841 (or 0x434841) is known color: Armadillo. HEX triplet: 43, 48 and 41. RGB value is (67,72,65). Sum of RGB (Red+Green+Blue) = 67+72+65=204 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.84% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 72 - color contains mainly: green. Hex color #434841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434841 is #BCB7BE. Grayscale: #454545. Windows color (decimal): -12367807 or 4278339. OLE color: 4278339.

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

Color convert

RGB 67 72 65 -
CMYK 0.07 0 0.10 0.72
HSL 102.86º 0.05% 0.27% -
HSV(B) 102.86º 0.1% 0.28% -
XYZ 5.59 6.21 5.91 -
YUV 69.71 125.34 126.07 -
System Red Green Blue C M Y K H S L
Decimal 67 72 65 0.07 0 0.10 0.72 102.86 0.05 0.27
Hex 43 48 41 7 0 A 48 67 5 1B
Octal 103 110 101 7 0 12 110 147 5 33
Binary 1000011 1001000 1000001 111 0 1010 1001000 1100111 101 11011

Color Harmonies of #434841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434841

Black with #434841

Text Example


Text Example

White with #434841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434841; }

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

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

background-color css

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

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

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

border-color css

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

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

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