#3F473F

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

Shades of Grey-Asparagus #3F473F

Tints of Grey-Asparagus #3F473F

Color information

#3F473F (or 0x3F473F) is unknown color: approx Grey-Asparagus. HEX triplet: 3F, 47 and 3F. RGB value is (63,71,63). Sum of RGB (Red+Green+Blue) = 63+71+63=197 (26% of max value = 765). Red value is 63 (25% from 255 or 31.98% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 71 - color contains mainly: green. Hex color #3F473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F473F is #C0B8C0. Grayscale: #434343. Windows color (decimal): -12630209 or 4147007. OLE color: 4147007.

HSL color Cylindrical-coordinate representation of color #3F473F: hue angle of 120º degrees, saturation: 0.06, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #3F473F is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB637163-
CMYK0.1100.110.72
HSL120º5.97%26.27%-
HSV(B)120º11.27%27.84%-
XYZ5.25.925.57-
YUV67.7125.35124.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.98%
GREEN value IS 71 (28.12% from 255) = 36.04%
BLUE value IS 63 (25% from 255) = 31.98%
R=31.98%
G=36.04%
B=31.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6371630.1100.110.721205.9726.27
Hex3F473FB0B487861a
Octal771077713013110170632
Binary11111110001111111111011010111001000111100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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