Html Css Color HEX #405741 Grey-Asparagus

📋 copy color: '#405741'

red 64 ◦ green 87 ◦ blue 65

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

Shades of Grey-Asparagus #405741

Tints of Grey-Asparagus #405741

RGB

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

 GREEN value IS 87 (34.38% from 255) = 40.28%

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

R = 29.63%
G = 40.28%
B = 30.09%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.66

RGB Variations

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

Color information

#405741 (or 0x405741) is known color: Grey-Asparagus. HEX triplet: 40, 57 and 41. RGB value is (64,87,65). Sum of RGB (Red+Green+Blue) = 64+87+65=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 87 (34.38% from 255 or 40.28% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 87 - color contains mainly: green. Hex color #405741 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405741 is #BFA8BE. Grayscale: #4D4D4D. Windows color (decimal): -12560575 or 4282176. OLE color: 4282176.

HSL color Cylindrical-coordinate representation of color #405741: hue angle of 122.61º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #405741 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.66.

Color convert

RGB 64 87 65 -
CMYK 0.26 0 0.25 0.66
HSL 122.61º 0.15% 0.3% -
HSV(B) 122.61º 0.26% 0.34% -
XYZ 6.48 8.29 6.26 -
YUV 77.62 120.88 118.29 -
System Red Green Blue C M Y K H S L
Decimal 64 87 65 0.26 0 0.25 0.66 122.61 0.15 0.3
Hex 40 57 41 1A 0 19 42 7B F 1E
Octal 100 127 101 32 0 31 102 173 17 36
Binary 1000000 1010111 1000001 11010 0 11001 1000010 1111011 1111 11110

Color Harmonies of #405741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405741

Black with #405741

Text Example


Text Example

White with #405741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405741; }

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

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

background-color css

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

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

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

border-color css

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

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

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