#454B3D

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

Shades of Armadillo #454B3D

Tints of Armadillo #454B3D

Color information

#454B3D (or 0x454B3D) is unknown color: approx Armadillo. HEX triplet: 45, 4B and 3D. RGB value is (69,75,61). Sum of RGB (Red+Green+Blue) = 69+75+61=205 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.66% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 75 - color contains mainly: green. Hex color #454B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454B3D is #BAB4C2. Grayscale: #474747. Windows color (decimal): -12235971 or 4016965. OLE color: 4016965.

HSL color Cylindrical-coordinate representation of color #454B3D: hue angle of 85.71º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #454B3D is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB697561-
CMYK0.0800.190.71
HSL85.71º10.29%26.67%-
HSV(B)85.71º18.67%29.41%-
XYZ5.816.635.39-
YUV71.61122.01126.14-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.66%
GREEN value IS 75 (29.69% from 255) = 36.59%
BLUE value IS 61 (24.22% from 255) = 29.76%
R=33.66%
G=36.59%
B=29.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6975610.0800.190.7185.7110.2926.67
Hex454B3D80134756a1b
Octal10511375100231071261233
Binary10001011001011111101100001001110001111010110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,75,61); }

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

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

 a { background-color: rgb(69,75,61); }

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

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

 span { border-color: rgb(69,75,61); }

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