#45593F

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

Shades of Grey-Asparagus #45593F

Tints of Grey-Asparagus #45593F

Color information

#45593F (or 0x45593F) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 59 and 3F. RGB value is (69,89,63). Sum of RGB (Red+Green+Blue) = 69+89+63=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 89 - color contains mainly: green. Hex color #45593F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45593F is #BAA6C0. Grayscale: #505050. Windows color (decimal): -12232385 or 4151621. OLE color: 4151621.

HSL color Cylindrical-coordinate representation of color #45593F: hue angle of 106.15º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #45593F is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB698963-
CMYK0.2200.290.65
HSL106.15º17.11%29.8%-
HSV(B)106.15º29.21%34.9%-
XYZ6.928.776.03-
YUV80.06118.37120.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.22%
GREEN value IS 89 (35.16% from 255) = 40.27%
BLUE value IS 63 (25% from 255) = 28.51%
R=31.22%
G=40.27%
B=28.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6989630.2200.290.65106.1517.1129.8
Hex45593F1601D416a111e
Octal10513177260351011522136
Binary1000101101100111111110110011101100000111010101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45593F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45593F; }

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

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

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

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

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

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

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

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