Html Css Color HEX #405A41 Grey-Asparagus

📋 copy color: '#405A41'

red 64 ◦ green 90 ◦ blue 65

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

Shades of Grey-Asparagus #405A41

Tints of Grey-Asparagus #405A41

RGB

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

 GREEN value IS 90 (35.55% from 255) = 41.1%

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

R = 29.22%
G = 41.1%
B = 29.68%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#405A41 (or 0x405A41) is known color: Grey-Asparagus. HEX triplet: 40, 5A and 41. RGB value is (64,90,65). Sum of RGB (Red+Green+Blue) = 64+90+65=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 90 (35.55% from 255 or 41.10% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 90 - color contains mainly: green. Hex color #405A41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405A41 is #BFA5BE. Grayscale: #4F4F4F. Windows color (decimal): -12559807 or 4282944. OLE color: 4282944.

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

Color convert

RGB 64 90 65 -
CMYK 0.29 0 0.28 0.65
HSL 122.31º 0.17% 0.3% -
HSV(B) 122.31º 0.29% 0.35% -
XYZ 6.72 8.78 6.34 -
YUV 79.38 119.89 117.03 -
System Red Green Blue C M Y K H S L
Decimal 64 90 65 0.29 0 0.28 0.65 122.31 0.17 0.3
Hex 40 5A 41 1D 0 1C 41 7A 11 1E
Octal 100 132 101 35 0 34 101 172 21 36
Binary 1000000 1011010 1000001 11101 0 11100 1000001 1111010 10001 11110

Color Harmonies of #405A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405A41

Black with #405A41

Text Example


Text Example

White with #405A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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