Html Css Color HEX #406940 Grey-Asparagus

📋 copy color: '#406940'

red 64 ◦ green 105 ◦ blue 64

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

Shades of Grey-Asparagus #406940

Tints of Grey-Asparagus #406940

RGB

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

 GREEN value IS 105 (41.41% from 255) = 45.06%

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

R = 27.47%
G = 45.06%
B = 27.47%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#406940 (or 0x406940) is known color: Grey-Asparagus. HEX triplet: 40, 69 and 40. RGB value is (64,105,64). Sum of RGB (Red+Green+Blue) = 64+105+64=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 105 - color contains mainly: green. Hex color #406940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406940 is #BF96BF. Grayscale: #585858. Windows color (decimal): -12555968 or 4221248. OLE color: 4221248.

HSL color Cylindrical-coordinate representation of color #406940: hue angle of 120º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #406940 is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 105 64 -
CMYK 0.39 0 0.39 0.59
HSL 120º 0.24% 0.33% -
HSV(B) 120º 0.39% 0.41% -
XYZ 8.09 11.56 6.66 -
YUV 88.07 114.42 110.83 -
System Red Green Blue C M Y K H S L
Decimal 64 105 64 0.39 0 0.39 0.59 120 0.24 0.33
Hex 40 69 40 27 0 27 3B 78 18 21
Octal 100 151 100 47 0 47 73 170 30 41
Binary 1000000 1101001 1000000 100111 0 100111 111011 1111000 11000 100001

Color Harmonies of #406940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406940

Black with #406940

Text Example


Text Example

White with #406940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406940; }

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

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

background-color css

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

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

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

border-color css

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

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

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