#454B3E

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

Shades of Armadillo #454B3E

Tints of Armadillo #454B3E

Color information

#454B3E (or 0x454B3E) is unknown color: approx Armadillo. HEX triplet: 45, 4B and 3E. RGB value is (69,75,62). Sum of RGB (Red+Green+Blue) = 69+75+62=206 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.50% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 75 - color contains mainly: green. Hex color #454B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454B3E is #BAB4C1. Grayscale: #474747. Windows color (decimal): -12235970 or 4082501. OLE color: 4082501.

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

Color convert

RGB697562-
CMYK0.0800.170.71
HSL87.69º9.49%26.86%-
HSV(B)87.69º17.33%29.41%-
XYZ5.846.655.53-
YUV71.72122.51126.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.50%
GREEN value IS 75 (29.69% from 255) = 36.41%
BLUE value IS 62 (24.61% from 255) = 30.10%
R=33.50%
G=36.41%
B=30.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6975620.0800.170.7187.699.4926.86
Hex454B3E8011475891b
Octal10511376100211071301133
Binary10001011001011111110100001000110001111011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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