Html Css Color HEX #406140 Grey-Asparagus

📋 copy color: '#406140'

red 64 ◦ green 97 ◦ blue 64

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

Shades of Grey-Asparagus #406140

Tints of Grey-Asparagus #406140

RGB

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

 GREEN value IS 97 (38.28% from 255) = 43.11%

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

R = 28.44%
G = 43.11%
B = 28.44%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#406140 (or 0x406140) is known color: Grey-Asparagus. HEX triplet: 40, 61 and 40. RGB value is (64,97,64). Sum of RGB (Red+Green+Blue) = 64+97+64=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 97 - color contains mainly: green. Hex color #406140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406140 is #BF9EBF. Grayscale: #535353. Windows color (decimal): -12558016 or 4219200. OLE color: 4219200.

HSL color Cylindrical-coordinate representation of color #406140: hue angle of 120º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #406140 is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 97 64 -
CMYK 0.34 0 0.34 0.62
HSL 120º 0.2% 0.32% -
HSV(B) 120º 0.34% 0.38% -
XYZ 7.31 10.01 6.4 -
YUV 83.37 117.07 114.18 -
System Red Green Blue C M Y K H S L
Decimal 64 97 64 0.34 0 0.34 0.62 120 0.2 0.32
Hex 40 61 40 22 0 22 3E 78 14 20
Octal 100 141 100 42 0 42 76 170 24 40
Binary 1000000 1100001 1000000 100010 0 100010 111110 1111000 10100 100000

Color Harmonies of #406140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406140

Black with #406140

Text Example


Text Example

White with #406140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406140; }

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

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

background-color css

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

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

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

border-color css

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

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

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