Html Css Color HEX #445640 Grey-Asparagus

📋 copy color: '#445640'

red 68 ◦ green 86 ◦ blue 64

#445640
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey-Asparagus #445640

Tints of Grey-Asparagus #445640

RGB

 RED value IS 68 (26.95% from 255) = 31.19%

 GREEN value IS 86 (33.98% from 255) = 39.45%

 BLUE value IS 64 (25.39% from 255) = 29.36%

R = 31.19%
G = 39.45%
B = 29.36%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#445640 (or 0x445640) is known color: Grey-Asparagus. HEX triplet: 44, 56 and 40. RGB value is (68,86,64). Sum of RGB (Red+Green+Blue) = 68+86+64=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 86 (33.98% from 255 or 39.45% from 218); Blue value is 64 (25.39% from 255 or 29.36% from 218); Max value from RGB is 86 - color contains mainly: green. Hex color #445640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445640 is #BBA9BF. Grayscale: #4E4E4E. Windows color (decimal): -12298688 or 4216388. OLE color: 4216388.

HSL color Cylindrical-coordinate representation of color #445640: hue angle of 109.09º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #445640 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 68 86 64 -
CMYK 0.21 0 0.26 0.66
HSL 109.09º 0.15% 0.29% -
HSV(B) 109.09º 0.26% 0.34% -
XYZ 6.64 8.25 6.09 -
YUV 78.11 120.04 120.79 -
System Red Green Blue C M Y K H S L
Decimal 68 86 64 0.21 0 0.26 0.66 109.09 0.15 0.29
Hex 44 56 40 15 0 1A 42 6D F 1D
Octal 104 126 100 25 0 32 102 155 17 35
Binary 1000100 1010110 1000000 10101 0 11010 1000010 1101101 1111 11101

Color Harmonies of #445640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445640

Black with #445640

Text Example


Text Example

White with #445640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445640; }

 p { color: rgb(68,86,64); }

 H1.HeaderClassName
 {
   color: #445640;
 }
 .AnyTagClassName
 {
   color: #445640;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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