#3F5541

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

Shades of Grey-Asparagus #3F5541

Tints of Grey-Asparagus #3F5541

Color information

#3F5541 (or 0x3F5541) is unknown color: approx Grey-Asparagus. HEX triplet: 3F, 55 and 41. RGB value is (63,85,65). Sum of RGB (Red+Green+Blue) = 63+85+65=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 85 - color contains mainly: green. Hex color #3F5541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5541 is #C0AABE. Grayscale: #4C4C4C. Windows color (decimal): -12626623 or 4281663. OLE color: 4281663.

HSL color Cylindrical-coordinate representation of color #3F5541: hue angle of 125.45º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3F5541 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB638565-
CMYK0.2600.240.67
HSL125.45º14.86%29.02%-
HSV(B)125.45º25.88%33.33%-
XYZ6.257.946.2-
YUV76.14121.71118.63-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.58%
GREEN value IS 85 (33.59% from 255) = 39.91%
BLUE value IS 65 (25.78% from 255) = 30.52%
R=29.58%
G=39.91%
B=30.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6385650.2600.240.67125.4514.8629.02
Hex3F55411A018437df1d
Octal77125101320301031751735
Binary111111101010110000011101001100010000111111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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