Html Css Color HEX #405941 Grey-Asparagus

📋 copy color: '#405941'

red 64 ◦ green 89 ◦ blue 65

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

Shades of Grey-Asparagus #405941

Tints of Grey-Asparagus #405941

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.83%

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

R = 29.36%
G = 40.83%
B = 29.82%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#405941 (or 0x405941) is known color: Grey-Asparagus. HEX triplet: 40, 59 and 41. RGB value is (64,89,65). Sum of RGB (Red+Green+Blue) = 64+89+65=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 65 (25.78% from 255 or 29.82% from 218); Max value from RGB is 89 - color contains mainly: green. Hex color #405941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405941 is #BFA6BE. Grayscale: #4E4E4E. Windows color (decimal): -12560063 or 4282688. OLE color: 4282688.

HSL color Cylindrical-coordinate representation of color #405941: hue angle of 122.4º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #405941 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 89 65 -
CMYK 0.28 0 0.27 0.65
HSL 122.4º 0.16% 0.3% -
HSV(B) 122.4º 0.28% 0.35% -
XYZ 6.64 8.62 6.31 -
YUV 78.79 120.22 117.45 -
System Red Green Blue C M Y K H S L
Decimal 64 89 65 0.28 0 0.27 0.65 122.4 0.16 0.3
Hex 40 59 41 1C 0 1B 41 7A 10 1E
Octal 100 131 101 34 0 33 101 172 20 36
Binary 1000000 1011001 1000001 11100 0 11011 1000001 1111010 10000 11110

Color Harmonies of #405941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405941

Black with #405941

Text Example


Text Example

White with #405941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405941; }

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

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

background-color css

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

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

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

border-color css

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

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

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