#446046

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

Shades of Grey-Asparagus #446046

Tints of Grey-Asparagus #446046

Color information

#446046 (or 0x446046) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 60 and 46. RGB value is (68,96,70). Sum of RGB (Red+Green+Blue) = 68+96+70=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 96 - color contains mainly: green. Hex color #446046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446046 is #BB9FB9. Grayscale: #545454. Windows color (decimal): -12296122 or 4612164. OLE color: 4612164.

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

Color convert

RGB689670-
CMYK0.2900.270.62
HSL124.29º17.07%32.16%-
HSV(B)124.29º29.17%37.65%-
XYZ7.6710.047.33-
YUV84.66119.72116.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.06%
GREEN value IS 96 (37.89% from 255) = 41.03%
BLUE value IS 70 (27.73% from 255) = 29.91%
R=29.06%
G=41.03%
B=29.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6896700.2900.270.62124.2917.0732.16
Hex4460461D01B3E7c1120
Octal10414010635033761742140
Binary10001001100000100011011101011011111110111110010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446046; }

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

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

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

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

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

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

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

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