#444F44

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

Shades of Grey-Asparagus #444F44

Tints of Grey-Asparagus #444F44

Color information

#444F44 (or 0x444F44) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 4F and 44. RGB value is (68,79,68). Sum of RGB (Red+Green+Blue) = 68+79+68=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 79 (31.25% from 255 or 36.74% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 79 - color contains mainly: green. Hex color #444F44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444F44 is #BBB0BB. Grayscale: #4A4A4A. Windows color (decimal): -12300476 or 4476740. OLE color: 4476740.

HSL color Cylindrical-coordinate representation of color #444F44: hue angle of 120º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #444F44 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB687968-
CMYK0.1400.140.69
HSL120º7.48%28.82%-
HSV(B)120º13.92%30.98%-
XYZ6.227.246.54-
YUV74.46124.36123.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.63%
GREEN value IS 79 (31.25% from 255) = 36.74%
BLUE value IS 68 (26.95% from 255) = 31.63%
R=31.63%
G=36.74%
B=31.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6879680.1400.140.691207.4828.82
Hex444F44E0E457871d
Octal10411710416016105170735
Binary1000100100111110001001110011101000101111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444F44; }

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

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

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

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

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

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

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

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