Html Css Color HEX #445040 Grey-Asparagus

📋 copy color: '#445040'

red 68 ◦ green 80 ◦ blue 64

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

Shades of Grey-Asparagus #445040

Tints of Grey-Asparagus #445040

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.74%

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

R = 32.08%
G = 37.74%
B = 30.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#445040 (or 0x445040) is known color: Grey-Asparagus. HEX triplet: 44, 50 and 40. RGB value is (68,80,64). Sum of RGB (Red+Green+Blue) = 68+80+64=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 80 - color contains mainly: green. Hex color #445040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445040 is #BBAFBF. Grayscale: #4A4A4A. Windows color (decimal): -12300224 or 4214852. OLE color: 4214852.

HSL color Cylindrical-coordinate representation of color #445040: hue angle of 105º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #445040 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 80 64 -
CMYK 0.15 0 0.20 0.69
HSL 105º 0.11% 0.28% -
HSV(B) 105º 0.2% 0.31% -
XYZ 6.18 7.34 5.94 -
YUV 74.59 122.02 123.3 -
System Red Green Blue C M Y K H S L
Decimal 68 80 64 0.15 0 0.20 0.69 105 0.11 0.28
Hex 44 50 40 F 0 14 45 69 B 1C
Octal 104 120 100 17 0 24 105 151 13 34
Binary 1000100 1010000 1000000 1111 0 10100 1000101 1101001 1011 11100

Color Harmonies of #445040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445040

Black with #445040

Text Example


Text Example

White with #445040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445040; }

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

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

background-color css

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

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

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

border-color css

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

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

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