#3F4E40

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

Shades of Grey-Asparagus #3F4E40

Tints of Grey-Asparagus #3F4E40

Color information

#3F4E40 (or 0x3F4E40) is unknown color: approx Grey-Asparagus. HEX triplet: 3F, 4E and 40. RGB value is (63,78,64). Sum of RGB (Red+Green+Blue) = 63+78+64=205 (27% of max value = 765). Red value is 63 (25% from 255 or 30.73% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 78 - color contains mainly: green. Hex color #3F4E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4E40 is #C0B1BF. Grayscale: #474747. Windows color (decimal): -12628416 or 4214335. OLE color: 4214335.

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

Color convert

RGB637864-
CMYK0.1900.180.69
HSL124º10.64%27.65%-
HSV(B)124º19.23%30.59%-
XYZ5.76.885.88-
YUV71.92123.53121.64-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.73%
GREEN value IS 78 (30.86% from 255) = 38.05%
BLUE value IS 64 (25.39% from 255) = 31.22%
R=30.73%
G=38.05%
B=31.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6378640.1900.180.6912410.6427.65
Hex3F4E4013012457cb1c
Octal77116100230221051741334
Binary111111100111010000001001101001010001011111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F4E40; }

 p { color: rgb(63,78,64); }

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

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

 a { background-color: rgb(63,78,64); }

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

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

 span { border-color: rgb(63,78,64); }

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