#446344

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

Shades of Grey-Asparagus #446344

Tints of Grey-Asparagus #446344

Color information

#446344 (or 0x446344) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 63 and 44. RGB value is (68,99,68). Sum of RGB (Red+Green+Blue) = 68+99+68=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 99 - color contains mainly: green. Hex color #446344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446344 is #BB9CBB. Grayscale: #565656. Windows color (decimal): -12295356 or 4481860. OLE color: 4481860.

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

Color convert

RGB689968-
CMYK0.3100.310.61
HSL120º18.56%32.75%-
HSV(B)120º31.31%38.82%-
XYZ7.8910.577.09-
YUV86.2117.73115.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.94%
GREEN value IS 99 (39.06% from 255) = 42.13%
BLUE value IS 68 (26.95% from 255) = 28.94%
R=28.94%
G=42.13%
B=28.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6899680.3100.310.6112018.5632.75
Hex4463441F01F3D781321
Octal10414310437037751702341
Binary10001001100011100010011111011111111101111100010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446344; }

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

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

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

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

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

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

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

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