Html Css Color HEX #405D41 Grey-Asparagus

📋 copy color: '#405D41'

red 64 ◦ green 93 ◦ blue 65

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

Shades of Grey-Asparagus #405D41

Tints of Grey-Asparagus #405D41

RGB

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

 GREEN value IS 93 (36.72% from 255) = 41.89%

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

R = 28.83%
G = 41.89%
B = 29.28%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#405D41 (or 0x405D41) is known color: Grey-Asparagus. HEX triplet: 40, 5D and 41. RGB value is (64,93,65). Sum of RGB (Red+Green+Blue) = 64+93+65=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 93 (36.72% from 255 or 41.89% from 222); Blue value is 65 (25.78% from 255 or 29.28% from 222); Max value from RGB is 93 - color contains mainly: green. Hex color #405D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405D41 is #BFA2BE. Grayscale: #515151. Windows color (decimal): -12559039 or 4283712. OLE color: 4283712.

HSL color Cylindrical-coordinate representation of color #405D41: hue angle of 122.07º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #405D41 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB 64 93 65 -
CMYK 0.31 0 0.30 0.64
HSL 122.07º 0.18% 0.31% -
HSV(B) 122.07º 0.31% 0.36% -
XYZ 6.98 9.3 6.43 -
YUV 81.14 118.89 115.78 -
System Red Green Blue C M Y K H S L
Decimal 64 93 65 0.31 0 0.30 0.64 122.07 0.18 0.31
Hex 40 5D 41 1F 0 1E 40 7A 12 1F
Octal 100 135 101 37 0 36 100 172 22 37
Binary 1000000 1011101 1000001 11111 0 11110 1000000 1111010 10010 11111

Color Harmonies of #405D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405D41

Black with #405D41

Text Example


Text Example

White with #405D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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