#3F4E3C

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

Shades of Grey-Asparagus #3F4E3C

Tints of Grey-Asparagus #3F4E3C

Color information

#3F4E3C (or 0x3F4E3C) is unknown color: approx Grey-Asparagus. HEX triplet: 3F, 4E and 3C. RGB value is (63,78,60). Sum of RGB (Red+Green+Blue) = 63+78+60=201 (26% of max value = 765). Red value is 63 (25% from 255 or 31.34% from 201); Green value is 78 (30.86% from 255 or 38.81% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 78 - color contains mainly: green. Hex color #3F4E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4E3C is #C0B1C3. Grayscale: #474747. Windows color (decimal): -12628420 or 3952191. OLE color: 3952191.

HSL color Cylindrical-coordinate representation of color #3F4E3C: hue angle of 110º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3F4E3C is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.69.

Color convert

RGB637860-
CMYK0.1900.230.69
HSL110º13.04%27.06%-
HSV(B)110º23.08%30.59%-
XYZ5.596.835.3-
YUV71.46121.53121.96-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.34%
GREEN value IS 78 (30.86% from 255) = 38.81%
BLUE value IS 60 (23.83% from 255) = 29.85%
R=31.34%
G=38.81%
B=29.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6378600.1900.230.6911013.0427.06
Hex3F4E3C13017456ed1b
Octal7711674230271051561533
Binary11111110011101111001001101011110001011101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,78,60); }

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

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

 a { background-color: rgb(63,78,60); }

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

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

 span { border-color: rgb(63,78,60); }

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