#446241

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

Shades of Grey-Asparagus #446241

Tints of Grey-Asparagus #446241

Color information

#446241 (or 0x446241) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 62 and 41. RGB value is (68,98,65). Sum of RGB (Red+Green+Blue) = 68+98+65=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 98 - color contains mainly: green. Hex color #446241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446241 is #BB9DBE. Grayscale: #555555. Windows color (decimal): -12295615 or 4284996. OLE color: 4284996.

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

Color convert

RGB689865-
CMYK0.3100.340.62
HSL114.55º20.25%31.96%-
HSV(B)114.55º33.67%38.43%-
XYZ7.7110.356.59-
YUV85.27116.56115.68-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.44%
GREEN value IS 98 (38.67% from 255) = 42.42%
BLUE value IS 65 (25.78% from 255) = 28.14%
R=29.44%
G=42.42%
B=28.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6898650.3100.340.62114.5520.2531.96
Hex4462411F0223E731420
Octal10414210137042761632440
Binary100010011000101000001111110100010111110111001110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446241; }

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

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

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

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

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

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

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

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