#454D3E

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

Shades of Armadillo #454D3E

Tints of Armadillo #454D3E

Color information

#454D3E (or 0x454D3E) is unknown color: approx Armadillo. HEX triplet: 45, 4D and 3E. RGB value is (69,77,62). Sum of RGB (Red+Green+Blue) = 69+77+62=208 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.17% from 208); Green value is 77 (30.47% from 255 or 37.02% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 77 - color contains mainly: green. Hex color #454D3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454D3E is #BAB2C1. Grayscale: #484848. Windows color (decimal): -12235458 or 4083013. OLE color: 4083013.

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

Color convert

RGB697762-
CMYK0.1000.190.70
HSL92º10.79%27.25%-
HSV(B)92º19.48%30.2%-
XYZ5.986.925.58-
YUV72.9121.85125.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.17%
GREEN value IS 77 (30.47% from 255) = 37.02%
BLUE value IS 62 (24.61% from 255) = 29.81%
R=33.17%
G=37.02%
B=29.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6977620.1000.190.709210.7927.25
Hex454D3EA013465cb1b
Octal10511576120231061341333
Binary10001011001101111110101001001110001101011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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