Html Css Color HEX #405041 Grey-Asparagus

📋 copy color: '#405041'

red 64 ◦ green 80 ◦ blue 65

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

Shades of Grey-Asparagus #405041

Tints of Grey-Asparagus #405041

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.28%

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

R = 30.62%
G = 38.28%
B = 31.1%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#405041 (or 0x405041) is known color: Grey-Asparagus. HEX triplet: 40, 50 and 41. RGB value is (64,80,65). Sum of RGB (Red+Green+Blue) = 64+80+65=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 80 - color contains mainly: green. Hex color #405041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405041 is #BFAFBE. Grayscale: #494949. Windows color (decimal): -12562367 or 4280384. OLE color: 4280384.

HSL color Cylindrical-coordinate representation of color #405041: hue angle of 123.75º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #405041 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 80 65 -
CMYK 0.20 0 0.19 0.69
HSL 123.75º 0.11% 0.28% -
HSV(B) 123.75º 0.2% 0.31% -
XYZ 5.94 7.21 6.08 -
YUV 73.51 123.2 121.22 -
System Red Green Blue C M Y K H S L
Decimal 64 80 65 0.20 0 0.19 0.69 123.75 0.11 0.28
Hex 40 50 41 14 0 13 45 7C B 1C
Octal 100 120 101 24 0 23 105 174 13 34
Binary 1000000 1010000 1000001 10100 0 10011 1000101 1111100 1011 11100

Color Harmonies of #405041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405041

Black with #405041

Text Example


Text Example

White with #405041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405041; }

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

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

background-color css

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

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

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

border-color css

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

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

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