#454D3F

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

Shades of Armadillo #454D3F

Tints of Armadillo #454D3F

Color information

#454D3F (or 0x454D3F) is unknown color: approx Armadillo. HEX triplet: 45, 4D and 3F. RGB value is (69,77,63). Sum of RGB (Red+Green+Blue) = 69+77+63=209 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.01% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 77 - color contains mainly: green. Hex color #454D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454D3F is #BAB2C0. Grayscale: #494949. Windows color (decimal): -12235457 or 4148549. OLE color: 4148549.

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

Color convert

RGB697763-
CMYK0.1000.180.70
HSL94.29º10%27.45%-
HSV(B)94.29º18.18%30.2%-
XYZ6.016.935.72-
YUV73.01122.35125.14-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.01%
GREEN value IS 77 (30.47% from 255) = 36.84%
BLUE value IS 63 (25% from 255) = 30.14%
R=33.01%
G=36.84%
B=30.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6977630.1000.180.7094.291027.45
Hex454D3FA012465ea1b
Octal10511577120221061361233
Binary10001011001101111111101001001010001101011110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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