Html Css Color HEX #405742 Grey-Asparagus

📋 copy color: '#405742'

red 64 ◦ green 87 ◦ blue 66

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

Shades of Grey-Asparagus #405742

Tints of Grey-Asparagus #405742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 30.41%

R = 29.49%
G = 40.09%
B = 30.41%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#405742 (or 0x405742) is known color: Grey-Asparagus. HEX triplet: 40, 57 and 42. RGB value is (64,87,66). Sum of RGB (Red+Green+Blue) = 64+87+66=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 87 (34.38% from 255 or 40.09% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 87 - color contains mainly: green. Hex color #405742 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405742 is #BFA8BD. Grayscale: #4D4D4D. Windows color (decimal): -12560574 or 4347712. OLE color: 4347712.

HSL color Cylindrical-coordinate representation of color #405742: hue angle of 125.22º 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 #405742 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB 64 87 66 -
CMYK 0.26 0 0.24 0.66
HSL 125.22º 0.15% 0.3% -
HSV(B) 125.22º 0.26% 0.34% -
XYZ 6.51 8.3 6.41 -
YUV 77.73 121.38 118.21 -
System Red Green Blue C M Y K H S L
Decimal 64 87 66 0.26 0 0.24 0.66 125.22 0.15 0.3
Hex 40 57 42 1A 0 18 42 7D F 1E
Octal 100 127 102 32 0 30 102 175 17 36
Binary 1000000 1010111 1000010 11010 0 11000 1000010 1111101 1111 11110

Color Harmonies of #405742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405742

Black with #405742

Text Example


Text Example

White with #405742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405742; }

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

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

background-color css

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

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

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

border-color css

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

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

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