#446042

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

Shades of Grey-Asparagus #446042

Tints of Grey-Asparagus #446042

Color information

#446042 (or 0x446042) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 60 and 42. RGB value is (68,96,66). Sum of RGB (Red+Green+Blue) = 68+96+66=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 96 - color contains mainly: green. Hex color #446042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446042 is #BB9FBD. Grayscale: #545454. Windows color (decimal): -12296126 or 4350020. OLE color: 4350020.

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

Color convert

RGB689666-
CMYK0.2900.310.62
HSL116º18.52%31.76%-
HSV(B)116º31.25%37.65%-
XYZ7.559.996.68-
YUV84.21117.72116.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.57%
GREEN value IS 96 (37.89% from 255) = 41.74%
BLUE value IS 66 (26.17% from 255) = 28.70%
R=29.57%
G=41.74%
B=28.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6896660.2900.310.6211618.5231.76
Hex4460421D01F3E741320
Octal10414010235037761642340
Binary10001001100000100001011101011111111110111010010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446042; }

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

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

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

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

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

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

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

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