#405142

Color #405142 Grey-Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey-Asparagus #405142

Tints of Grey-Asparagus #405142

Color information

#405142 (or 0x405142) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 51 and 42. RGB value is (64,81,66). Sum of RGB (Red+Green+Blue) = 64+81+66=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 81 - color contains mainly: green. Hex color #405142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405142 is #BFAEBD. Grayscale: #4A4A4A. Windows color (decimal): -12562110 or 4346176. OLE color: 4346176.

HSL color Cylindrical-coordinate representation of color #405142: hue angle of 127.06º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #405142 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.68.

Color convert

RGB648166-
CMYK0.2100.190.68
HSL127.06º11.72%28.43%-
HSV(B)127.06º20.99%31.76%-
XYZ6.047.376.26-
YUV74.21123.37120.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.33%
GREEN value IS 81 (32.03% from 255) = 38.39%
BLUE value IS 66 (26.17% from 255) = 31.28%
R=30.33%
G=38.39%
B=31.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6481660.2100.190.68127.0611.7228.43
Hex40514215013447fc1c
Octal100121102250231041771434
Binary1000000101000110000101010101001110001001111111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405142; }

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

 H1.HeaderClassName
 {
   color: #405142;
 }
 .AnyTagClassName
 {
   color: #405142;
 }
</style>
background-color css

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

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

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

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

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

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