#446045

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

Shades of Grey-Asparagus #446045

Tints of Grey-Asparagus #446045

Color information

#446045 (or 0x446045) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 60 and 45. RGB value is (68,96,69). Sum of RGB (Red+Green+Blue) = 68+96+69=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 96 - color contains mainly: green. Hex color #446045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446045 is #BB9FBA. Grayscale: #545454. Windows color (decimal): -12296123 or 4546628. OLE color: 4546628.

HSL color Cylindrical-coordinate representation of color #446045: hue angle of 122.14º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #446045 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB689669-
CMYK0.2900.280.62
HSL122.14º17.07%32.16%-
HSV(B)122.14º29.17%37.65%-
XYZ7.6410.027.16-
YUV84.55119.22116.2-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.18%
GREEN value IS 96 (37.89% from 255) = 41.20%
BLUE value IS 69 (27.34% from 255) = 29.61%
R=29.18%
G=41.20%
B=29.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6896690.2900.280.62122.1417.0732.16
Hex4460451D01C3E7a1120
Octal10414010535034761722140
Binary10001001100000100010111101011100111110111101010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446045; }

 p { color: rgb(68,96,69); }

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

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

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

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

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

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

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