#434841

Color #434841 Armadillo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Armadillo #434841

Tints of Armadillo #434841

Color information

#434841 (or 0x434841) is unknown color: approx 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

RGB677265-
CMYK0.0700.100.72
HSL102.86º5.11%26.86%-
HSV(B)102.86º9.72%28.24%-
XYZ5.596.215.91-
YUV69.71125.34126.07-

RGB Variations

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

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 (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6772650.0700.100.72102.865.1126.86
Hex43484170A486751b
Octal1031101017012110147533
Binary100001110010001000001111010101001000110011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>