#446845

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

Shades of Grey-Asparagus #446845

Tints of Grey-Asparagus #446845

Color information

#446845 (or 0x446845) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 68 and 45. RGB value is (68,104,69). Sum of RGB (Red+Green+Blue) = 68+104+69=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 69 (27.34% from 255 or 28.63% from 241); Max value from RGB is 104 - color contains mainly: green. Hex color #446845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446845 is #BB97BA. Grayscale: #595959. Windows color (decimal): -12294075 or 4548676. OLE color: 4548676.

HSL color Cylindrical-coordinate representation of color #446845: hue angle of 121.67º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #446845 is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB6810469-
CMYK0.3500.340.59
HSL121.67º20.93%33.73%-
HSV(B)121.67º34.62%40.78%-
XYZ8.4111.567.42-
YUV89.25116.57112.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.22%
GREEN value IS 104 (41.02% from 255) = 43.15%
BLUE value IS 69 (27.34% from 255) = 28.63%
R=28.22%
G=43.15%
B=28.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal68104690.3500.340.59121.6720.9333.73
Hex446845230223B7a1522
Octal10415010543042731722542
Binary1000100110100010001011000110100010111011111101010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446845; }

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

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

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

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

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

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

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

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