#454841

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

Shades of Armadillo #454841

Tints of Armadillo #454841

Color information

#454841 (or 0x454841) is unknown color: approx Armadillo. HEX triplet: 45, 48 and 41. RGB value is (69,72,65). Sum of RGB (Red+Green+Blue) = 69+72+65=206 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.50% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 72 - color contains mainly: green. Hex color #454841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454841 is #BAB7BE. Grayscale: #464646. Windows color (decimal): -12236735 or 4278341. OLE color: 4278341.

HSL color Cylindrical-coordinate representation of color #454841: hue angle of 85.71º 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 #454841 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB697265-
CMYK0.0400.100.72
HSL85.71º5.11%26.86%-
HSV(B)85.71º9.72%28.24%-
XYZ5.736.285.91-
YUV70.3125.01127.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.50%
GREEN value IS 72 (28.52% from 255) = 34.95%
BLUE value IS 65 (25.78% from 255) = 31.55%
R=33.50%
G=34.95%
B=31.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6972650.0400.100.7285.715.1126.86
Hex45484140A485651b
Octal1051101014012110126533
Binary100010110010001000001100010101001000101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454841; }

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

 H1.HeaderClassName
 {
   color: #454841;
 }
 .AnyTagClassName
 {
   color: #454841;
 }
</style>
background-color css

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

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

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

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

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

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