Html Css Color HEX #406640 Grey-Asparagus

📋 copy color: '#406640'

red 64 ◦ green 102 ◦ blue 64

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

Shades of Grey-Asparagus #406640

Tints of Grey-Asparagus #406640

RGB

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

 GREEN value IS 102 (40.23% from 255) = 44.35%

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

R = 27.83%
G = 44.35%
B = 27.83%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.37

 K value IS 0.6

RGB Variations

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

Color information

#406640 (or 0x406640) is known color: Grey-Asparagus. HEX triplet: 40, 66 and 40. RGB value is (64,102,64). Sum of RGB (Red+Green+Blue) = 64+102+64=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 102 (40.23% from 255 or 44.35% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 102 - color contains mainly: green. Hex color #406640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406640 is #BF99BF. Grayscale: #565656. Windows color (decimal): -12556736 or 4220480. OLE color: 4220480.

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

Color convert

RGB 64 102 64 -
CMYK 0.37 0 0.37 0.6
HSL 120º 0.23% 0.33% -
HSV(B) 120º 0.37% 0.4% -
XYZ 7.79 10.96 6.56 -
YUV 86.31 115.41 112.09 -
System Red Green Blue C M Y K H S L
Decimal 64 102 64 0.37 0 0.37 0.6 120 0.23 0.33
Hex 40 66 40 25 0 25 3C 78 17 21
Octal 100 146 100 45 0 45 74 170 27 41
Binary 1000000 1100110 1000000 100101 0 100101 111100 1111000 10111 100001

Color Harmonies of #406640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406640

Black with #406640

Text Example


Text Example

White with #406640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406640; }

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

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

background-color css

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

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

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

border-color css

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

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

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