#454945

Color #454945 Grey-Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey-Asparagus #454945

Tints of Grey-Asparagus #454945

Color information

#454945 (or 0x454945) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 49 and 45. RGB value is (69,73,69). Sum of RGB (Red+Green+Blue) = 69+73+69=211 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.70% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 73 - color contains mainly: green. Hex color #454945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454945 is #BAB6BA. Grayscale: #474747. Windows color (decimal): -12236475 or 4540741. OLE color: 4540741.

HSL color Cylindrical-coordinate representation of color #454945: hue angle of 120º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #454945 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB697369-
CMYK0.0500.050.71
HSL120º2.82%27.84%-
HSV(B)120º5.48%28.63%-
XYZ5.916.466.57-
YUV71.35126.67126.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.70%
GREEN value IS 73 (28.91% from 255) = 34.60%
BLUE value IS 69 (27.34% from 255) = 32.70%
R=32.70%
G=34.60%
B=32.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6973690.0500.050.711202.8227.84
Hex454945505477831c
Octal105111105505107170334
Binary1000101100100110001011010101100011111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454945; }

 p { color: rgb(69,73,69); }

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

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

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

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

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

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

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