Html Css Color HEX #406641 Grey-Asparagus

📋 copy color: '#406641'

red 64 ◦ green 102 ◦ blue 65

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

Shades of Grey-Asparagus #406641

Tints of Grey-Asparagus #406641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 28.14%

R = 27.71%
G = 44.16%
B = 28.14%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.36

 K value IS 0.6

RGB Variations

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

Color information

#406641 (or 0x406641) is known color: Grey-Asparagus. HEX triplet: 40, 66 and 41. RGB value is (64,102,65). Sum of RGB (Red+Green+Blue) = 64+102+65=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 102 (40.23% from 255 or 44.16% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 102 - color contains mainly: green. Hex color #406641 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406641 is #BF99BE. Grayscale: #565656. Windows color (decimal): -12556735 or 4286016. OLE color: 4286016.

HSL color Cylindrical-coordinate representation of color #406641: hue angle of 121.58º 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 #406641 is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.6.

Color convert

RGB 64 102 65 -
CMYK 0.37 0 0.36 0.6
HSL 121.58º 0.23% 0.33% -
HSV(B) 121.58º 0.37% 0.4% -
XYZ 7.82 10.97 6.71 -
YUV 86.42 115.91 112.01 -
System Red Green Blue C M Y K H S L
Decimal 64 102 65 0.37 0 0.36 0.6 121.58 0.23 0.33
Hex 40 66 41 25 0 24 3C 7A 17 21
Octal 100 146 101 45 0 44 74 172 27 41
Binary 1000000 1100110 1000001 100101 0 100100 111100 1111010 10111 100001

Color Harmonies of #406641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406641

Black with #406641

Text Example


Text Example

White with #406641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406641; }

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

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

background-color css

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

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

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

border-color css

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

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

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