#445942

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

Shades of Grey-Asparagus #445942

Tints of Grey-Asparagus #445942

Color information

#445942 (or 0x445942) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 59 and 42. RGB value is (68,89,66). Sum of RGB (Red+Green+Blue) = 68+89+66=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 66 (26.17% from 255 or 29.60% from 223); Max value from RGB is 89 - color contains mainly: green. Hex color #445942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445942 is #BBA6BD. Grayscale: #505050. Windows color (decimal): -12297918 or 4348228. OLE color: 4348228.

HSL color Cylindrical-coordinate representation of color #445942: hue angle of 114.78º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #445942 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB688966-
CMYK0.2400.260.65
HSL114.78º14.84%30.39%-
HSV(B)114.78º25.84%34.9%-
XYZ6.948.776.48-
YUV80.1120.04119.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.49%
GREEN value IS 89 (35.16% from 255) = 39.91%
BLUE value IS 66 (26.17% from 255) = 29.60%
R=30.49%
G=39.91%
B=29.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6889660.2400.260.65114.7814.8430.39
Hex4459421801A4173f1e
Octal104131102300321011631736
Binary1000100101100110000101100001101010000011110011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445942; }

 p { color: rgb(68,89,66); }

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

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

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

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

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

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

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