Html Css Color HEX #405040 Grey-Asparagus

📋 copy color: '#405040'

red 64 ◦ green 80 ◦ blue 64

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

Shades of Grey-Asparagus #405040

Tints of Grey-Asparagus #405040

RGB

 RED value IS 64 (25.39% from 255) = 30.77%

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

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

R = 30.77%
G = 38.46%
B = 30.77%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#405040 (or 0x405040) is known color: Grey-Asparagus. HEX triplet: 40, 50 and 40. RGB value is (64,80,64). Sum of RGB (Red+Green+Blue) = 64+80+64=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 80 - color contains mainly: green. Hex color #405040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405040 is #BFAFBF. Grayscale: #494949. Windows color (decimal): -12562368 or 4214848. OLE color: 4214848.

HSL color Cylindrical-coordinate representation of color #405040: hue angle of 120º 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 #405040 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 80 64 -
CMYK 0.20 0 0.20 0.69
HSL 120º 0.11% 0.28% -
HSV(B) 120º 0.2% 0.31% -
XYZ 5.91 7.2 5.93 -
YUV 73.39 122.7 121.3 -
System Red Green Blue C M Y K H S L
Decimal 64 80 64 0.20 0 0.20 0.69 120 0.11 0.28
Hex 40 50 40 14 0 14 45 78 B 1C
Octal 100 120 100 24 0 24 105 170 13 34
Binary 1000000 1010000 1000000 10100 0 10100 1000101 1111000 1011 11100

Color Harmonies of #405040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405040

Black with #405040

Text Example


Text Example

White with #405040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405040; }

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

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

background-color css

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

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

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

border-color css

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

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

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