Html Css Color HEX #406941 Grey-Asparagus

📋 copy color: '#406941'

red 64 ◦ green 105 ◦ blue 65

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

Shades of Grey-Asparagus #406941

Tints of Grey-Asparagus #406941

RGB

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

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

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

R = 27.35%
G = 44.87%
B = 27.78%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#406941 (or 0x406941) is known color: Grey-Asparagus. HEX triplet: 40, 69 and 41. RGB value is (64,105,65). Sum of RGB (Red+Green+Blue) = 64+105+65=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 105 (41.41% from 255 or 44.87% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 105 - color contains mainly: green. Hex color #406941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406941 is #BF96BE. Grayscale: #585858. Windows color (decimal): -12555967 or 4286784. OLE color: 4286784.

HSL color Cylindrical-coordinate representation of color #406941: hue angle of 121.46º 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 #406941 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 105 65 -
CMYK 0.39 0 0.38 0.59
HSL 121.46º 0.24% 0.33% -
HSV(B) 121.46º 0.39% 0.41% -
XYZ 8.12 11.57 6.81 -
YUV 88.18 114.92 110.75 -
System Red Green Blue C M Y K H S L
Decimal 64 105 65 0.39 0 0.38 0.59 121.46 0.24 0.33
Hex 40 69 41 27 0 26 3B 79 18 21
Octal 100 151 101 47 0 46 73 171 30 41
Binary 1000000 1101001 1000001 100111 0 100110 111011 1111001 11000 100001

Color Harmonies of #406941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406941

Black with #406941

Text Example


Text Example

White with #406941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406941; }

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

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

background-color css

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

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

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

border-color css

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

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

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