Html Css Color HEX #405042 Grey-Asparagus

📋 copy color: '#405042'

red 64 ◦ green 80 ◦ blue 66

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

Shades of Grey-Asparagus #405042

Tints of Grey-Asparagus #405042

RGB

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

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

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

R = 30.48%
G = 38.1%
B = 31.43%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#405042 (or 0x405042) is known color: Grey-Asparagus. HEX triplet: 40, 50 and 42. RGB value is (64,80,66). Sum of RGB (Red+Green+Blue) = 64+80+66=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 80 - color contains mainly: green. Hex color #405042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405042 is #BFAFBD. Grayscale: #494949. Windows color (decimal): -12562366 or 4345920. OLE color: 4345920.

HSL color Cylindrical-coordinate representation of color #405042: hue angle of 127.5º 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 #405042 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 80 66 -
CMYK 0.20 0 0.17 0.69
HSL 127.5º 0.11% 0.28% -
HSV(B) 127.5º 0.2% 0.31% -
XYZ 5.97 7.22 6.23 -
YUV 73.62 123.7 121.14 -
System Red Green Blue C M Y K H S L
Decimal 64 80 66 0.20 0 0.17 0.69 127.5 0.11 0.28
Hex 40 50 42 14 0 11 45 80 B 1C
Octal 100 120 102 24 0 21 105 200 13 34
Binary 1000000 1010000 1000010 10100 0 10001 1000101 10000000 1011 11100

Color Harmonies of #405042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405042

Black with #405042

Text Example


Text Example

White with #405042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405042; }

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

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

background-color css

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

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

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

border-color css

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

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

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