#3F5340

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

Shades of Grey-Asparagus #3F5340

Tints of Grey-Asparagus #3F5340

Color information

#3F5340 (or 0x3F5340) is unknown color: approx Grey-Asparagus. HEX triplet: 3F, 53 and 40. RGB value is (63,83,64). Sum of RGB (Red+Green+Blue) = 63+83+64=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 83 - color contains mainly: green. Hex color #3F5340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5340 is #C0ACBF. Grayscale: #4A4A4A. Windows color (decimal): -12627136 or 4215615. OLE color: 4215615.

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

Color convert

RGB638364-
CMYK0.2400.230.67
HSL123º13.7%28.63%-
HSV(B)123º24.1%32.55%-
XYZ6.077.616-
YUV74.85121.87119.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30%
GREEN value IS 83 (32.81% from 255) = 39.52%
BLUE value IS 64 (25.39% from 255) = 30.48%
R=30%
G=39.52%
B=30.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6383640.2400.230.6712313.728.63
Hex3F534018017437be1d
Octal77123100300271031731635
Binary111111101001110000001100001011110000111111011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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