Html Css Color HEX #406441 Grey-Asparagus

📋 copy color: '#406441'

red 64 ◦ green 100 ◦ blue 65

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

Shades of Grey-Asparagus #406441

Tints of Grey-Asparagus #406441

RGB

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

 GREEN value IS 100 (39.45% from 255) = 43.67%

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

R = 27.95%
G = 43.67%
B = 28.38%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#406441 (or 0x406441) is known color: Grey-Asparagus. HEX triplet: 40, 64 and 41. RGB value is (64,100,65). Sum of RGB (Red+Green+Blue) = 64+100+65=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 100 - color contains mainly: green. Hex color #406441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406441 is #BF9BBE. Grayscale: #555555. Windows color (decimal): -12557247 or 4285504. OLE color: 4285504.

HSL color Cylindrical-coordinate representation of color #406441: hue angle of 121.67º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #406441 is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 100 65 -
CMYK 0.36 0 0.35 0.61
HSL 121.67º 0.22% 0.32% -
HSV(B) 121.67º 0.36% 0.39% -
XYZ 7.63 10.59 6.64 -
YUV 85.25 116.57 112.85 -
System Red Green Blue C M Y K H S L
Decimal 64 100 65 0.36 0 0.35 0.61 121.67 0.22 0.32
Hex 40 64 41 24 0 23 3D 7A 16 20
Octal 100 144 101 44 0 43 75 172 26 40
Binary 1000000 1100100 1000001 100100 0 100011 111101 1111010 10110 100000

Color Harmonies of #406441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406441

Black with #406441

Text Example


Text Example

White with #406441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406441; }

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

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

background-color css

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

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

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

border-color css

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

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

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