#446044

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

Shades of Grey-Asparagus #446044

Tints of Grey-Asparagus #446044

Color information

#446044 (or 0x446044) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 60 and 44. RGB value is (68,96,68). Sum of RGB (Red+Green+Blue) = 68+96+68=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 96 - color contains mainly: green. Hex color #446044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446044 is #BB9FBB. Grayscale: #545454. Windows color (decimal): -12296124 or 4481092. OLE color: 4481092.

HSL color Cylindrical-coordinate representation of color #446044: hue angle of 120º 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 #446044 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB689668-
CMYK0.2900.290.62
HSL120º17.07%32.16%-
HSV(B)120º29.17%37.65%-
XYZ7.6110.017-
YUV84.44118.72116.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.31%
GREEN value IS 96 (37.89% from 255) = 41.38%
BLUE value IS 68 (26.95% from 255) = 29.31%
R=29.31%
G=41.38%
B=29.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6896680.2900.290.6212017.0732.16
Hex4460441D01D3E781120
Octal10414010435035761702140
Binary10001001100000100010011101011101111110111100010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446044; }

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

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

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

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

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

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

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

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