#3F5841

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

Shades of Grey-Asparagus #3F5841

Tints of Grey-Asparagus #3F5841

Color information

#3F5841 (or 0x3F5841) is unknown color: approx Grey-Asparagus. HEX triplet: 3F, 58 and 41. RGB value is (63,88,65). Sum of RGB (Red+Green+Blue) = 63+88+65=216 (28% of max value = 765). Red value is 63 (25% from 255 or 29.17% from 216); Green value is 88 (34.77% from 255 or 40.74% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 88 - color contains mainly: green. Hex color #3F5841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5841 is #C0A7BE. Grayscale: #4D4D4D. Windows color (decimal): -12625855 or 4282431. OLE color: 4282431.

HSL color Cylindrical-coordinate representation of color #3F5841: hue angle of 124.8º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3F5841 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB638865-
CMYK0.2800.260.65
HSL124.8º16.56%29.61%-
HSV(B)124.8º28.41%34.51%-
XYZ6.498.426.28-
YUV77.9120.72117.37-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.17%
GREEN value IS 88 (34.77% from 255) = 40.74%
BLUE value IS 65 (25.78% from 255) = 30.09%
R=29.17%
G=40.74%
B=30.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6388650.2800.260.65124.816.5629.61
Hex3F58411C01A417d111e
Octal77130101340321011752136
Binary1111111011000100000111100011010100000111111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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