#3F5741

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

Shades of Grey-Asparagus #3F5741

Tints of Grey-Asparagus #3F5741

Color information

#3F5741 (or 0x3F5741) is unknown color: approx Grey-Asparagus. HEX triplet: 3F, 57 and 41. RGB value is (63,87,65). Sum of RGB (Red+Green+Blue) = 63+87+65=215 (28% of max value = 765). Red value is 63 (25% from 255 or 29.30% from 215); Green value is 87 (34.38% from 255 or 40.47% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 87 - color contains mainly: green. Hex color #3F5741 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5741 is #C0A8BE. Grayscale: #4D4D4D. Windows color (decimal): -12626111 or 4282175. OLE color: 4282175.

HSL color Cylindrical-coordinate representation of color #3F5741: hue angle of 125º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3F5741 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.66.

Color convert

RGB638765-
CMYK0.2800.250.66
HSL125º16%29.41%-
HSV(B)125º27.59%34.12%-
XYZ6.418.256.26-
YUV77.32121.05117.79-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.30%
GREEN value IS 87 (34.38% from 255) = 40.47%
BLUE value IS 65 (25.78% from 255) = 30.23%
R=29.30%
G=40.47%
B=30.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6387650.2800.250.661251629.41
Hex3F57411C019427d101d
Octal77127101340311021752035
Binary1111111010111100000111100011001100001011111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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