#446141

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

Shades of Grey-Asparagus #446141

Tints of Grey-Asparagus #446141

Color information

#446141 (or 0x446141) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 61 and 41. RGB value is (68,97,65). Sum of RGB (Red+Green+Blue) = 68+97+65=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 97 - color contains mainly: green. Hex color #446141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446141 is #BB9EBE. Grayscale: #545454. Windows color (decimal): -12295871 or 4284740. OLE color: 4284740.

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

Color convert

RGB689765-
CMYK0.3000.330.62
HSL114.37º19.75%31.76%-
HSV(B)114.37º32.99%38.04%-
XYZ7.6110.166.56-
YUV84.68116.89116.1-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.57%
GREEN value IS 97 (38.28% from 255) = 42.17%
BLUE value IS 65 (25.78% from 255) = 28.26%
R=29.57%
G=42.17%
B=28.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6897650.3000.330.62114.3719.7531.76
Hex4461411E0213E721420
Octal10414110136041761622440
Binary100010011000011000001111100100001111110111001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446141; }

 p { color: rgb(68,97,65); }

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

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

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

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

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

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

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