#445847

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

Shades of Grey-Asparagus #445847

Tints of Grey-Asparagus #445847

Color information

#445847 (or 0x445847) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 58 and 47. RGB value is (68,88,71). Sum of RGB (Red+Green+Blue) = 68+88+71=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 88 - color contains mainly: green. Hex color #445847 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445847 is #BBA7B8. Grayscale: #505050. Windows color (decimal): -12298169 or 4675652. OLE color: 4675652.

HSL color Cylindrical-coordinate representation of color #445847: hue angle of 129º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #445847 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB688871-
CMYK0.2300.190.65
HSL129º12.82%30.59%-
HSV(B)129º22.73%34.51%-
XYZ7.018.667.26-
YUV80.08122.87119.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.96%
GREEN value IS 88 (34.77% from 255) = 38.77%
BLUE value IS 71 (28.12% from 255) = 31.28%
R=29.96%
G=38.77%
B=31.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6888710.2300.190.6512912.8230.59
Hex445847170134181d1f
Octal104130107270231012011537
Binary10001001011000100011110111010011100000110000001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445847; }

 p { color: rgb(68,88,71); }

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

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

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

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

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

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

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