#3F5941

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

Shades of Grey-Asparagus #3F5941

Tints of Grey-Asparagus #3F5941

Color information

#3F5941 (or 0x3F5941) is unknown color: approx Grey-Asparagus. HEX triplet: 3F, 59 and 41. RGB value is (63,89,65). Sum of RGB (Red+Green+Blue) = 63+89+65=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 89 - color contains mainly: green. Hex color #3F5941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5941 is #C0A6BE. Grayscale: #4E4E4E. Windows color (decimal): -12625599 or 4282687. OLE color: 4282687.

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

Color convert

RGB638965-
CMYK0.2900.270.65
HSL124.62º17.11%29.8%-
HSV(B)124.62º29.21%34.9%-
XYZ6.588.586.31-
YUV78.49120.39116.95-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.03%
GREEN value IS 89 (35.16% from 255) = 41.01%
BLUE value IS 65 (25.78% from 255) = 29.95%
R=29.03%
G=41.01%
B=29.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6389650.2900.270.65124.6217.1129.8
Hex3F59411D01B417d111e
Octal77131101350331011752136
Binary1111111011001100000111101011011100000111111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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