#446244

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

Shades of Grey-Asparagus #446244

Tints of Grey-Asparagus #446244

Color information

#446244 (or 0x446244) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 62 and 44. RGB value is (68,98,68). Sum of RGB (Red+Green+Blue) = 68+98+68=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 68 (26.95% from 255 or 29.06% from 234); Max value from RGB is 98 - color contains mainly: green. Hex color #446244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446244 is #BB9DBB. Grayscale: #555555. Windows color (decimal): -12295612 or 4481604. OLE color: 4481604.

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

Color convert

RGB689868-
CMYK0.3100.310.62
HSL120º18.07%32.55%-
HSV(B)120º30.61%38.43%-
XYZ7.7910.387.06-
YUV85.61118.06115.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.06%
GREEN value IS 98 (38.67% from 255) = 41.88%
BLUE value IS 68 (26.95% from 255) = 29.06%
R=29.06%
G=41.88%
B=29.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6898680.3100.310.6212018.0732.55
Hex4462441F01F3E781221
Octal10414210437037761702241
Binary10001001100010100010011111011111111110111100010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446244; }

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

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

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

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

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

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

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

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