#3F4C3F

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

Shades of Grey-Asparagus #3F4C3F

Tints of Grey-Asparagus #3F4C3F

Color information

#3F4C3F (or 0x3F4C3F) is unknown color: approx Grey-Asparagus. HEX triplet: 3F, 4C and 3F. RGB value is (63,76,63). Sum of RGB (Red+Green+Blue) = 63+76+63=202 (26% of max value = 765). Red value is 63 (25% from 255 or 31.19% from 202); Green value is 76 (30.08% from 255 or 37.62% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 76 - color contains mainly: green. Hex color #3F4C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4C3F is #C0B3C0. Grayscale: #464646. Windows color (decimal): -12628929 or 4148287. OLE color: 4148287.

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

Color convert

RGB637663-
CMYK0.1700.170.70
HSL120º9.35%27.25%-
HSV(B)120º17.11%29.8%-
XYZ5.536.585.68-
YUV70.63123.69122.56-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.19%
GREEN value IS 76 (30.08% from 255) = 37.62%
BLUE value IS 63 (25% from 255) = 31.19%
R=31.19%
G=37.62%
B=31.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6376630.1700.170.701209.3527.25
Hex3F4C3F11011467891b
Octal7711477210211061701133
Binary11111110011001111111000101000110001101111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,76,63); }

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

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

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

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

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

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

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