#454D3C

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

Shades of Armadillo #454D3C

Tints of Armadillo #454D3C

Color information

#454D3C (or 0x454D3C) is unknown color: approx Armadillo. HEX triplet: 45, 4D and 3C. RGB value is (69,77,60). Sum of RGB (Red+Green+Blue) = 69+77+60=206 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.50% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 77 - color contains mainly: green. Hex color #454D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454D3C is #BAB2C3. Grayscale: #484848. Windows color (decimal): -12235460 or 3951941. OLE color: 3951941.

HSL color Cylindrical-coordinate representation of color #454D3C: hue angle of 88.24º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #454D3C is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB697760-
CMYK0.1000.220.70
HSL88.24º12.41%26.86%-
HSV(B)88.24º22.08%30.2%-
XYZ5.926.95.29-
YUV72.67120.85125.38-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.50%
GREEN value IS 77 (30.47% from 255) = 37.38%
BLUE value IS 60 (23.83% from 255) = 29.13%
R=33.50%
G=37.38%
B=29.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6977600.1000.220.7088.2412.4126.86
Hex454D3CA0164658c1b
Octal10511574120261061301433
Binary10001011001101111100101001011010001101011000110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454D3C; }

 p { color: rgb(69,77,60); }

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

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

 a { background-color: rgb(69,77,60); }

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

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

 span { border-color: rgb(69,77,60); }

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