#454843

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

Shades of Armadillo #454843

Tints of Armadillo #454843

Color information

#454843 (or 0x454843) is unknown color: approx Armadillo. HEX triplet: 45, 48 and 43. RGB value is (69,72,67). Sum of RGB (Red+Green+Blue) = 69+72+67=208 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.17% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 67 (26.56% from 255 or 32.21% from 208); Max value from RGB is 72 - color contains mainly: green. Hex color #454843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454843 is #BAB7BC. Grayscale: #464646. Windows color (decimal): -12236733 or 4409413. OLE color: 4409413.

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

Color convert

RGB697267-
CMYK0.0400.070.72
HSL96º3.6%27.25%-
HSV(B)96º6.94%28.24%-
XYZ5.786.316.22-
YUV70.53126.01126.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.17%
GREEN value IS 72 (28.52% from 255) = 34.62%
BLUE value IS 67 (26.56% from 255) = 32.21%
R=33.17%
G=34.62%
B=32.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6972670.0400.070.72963.627.25
Hex454843407486041b
Octal105110103407110140433
Binary10001011001000100001110001111001000110000010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454843; }

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

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

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

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

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

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

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

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