#3F503E

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

Shades of Grey-Asparagus #3F503E

Tints of Grey-Asparagus #3F503E

Color information

#3F503E (or 0x3F503E) is unknown color: approx Grey-Asparagus. HEX triplet: 3F, 50 and 3E. RGB value is (63,80,62). Sum of RGB (Red+Green+Blue) = 63+80+62=205 (27% of max value = 765). Red value is 63 (25% from 255 or 30.73% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 80 - color contains mainly: green. Hex color #3F503E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F503E is #C0AFC1. Grayscale: #484848. Windows color (decimal): -12627906 or 4083775. OLE color: 4083775.

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

Color convert

RGB638062-
CMYK0.2100.220.69
HSL116.67º12.68%27.84%-
HSV(B)116.67º22.5%31.37%-
XYZ5.797.145.63-
YUV72.86121.87120.96-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.73%
GREEN value IS 80 (31.64% from 255) = 39.02%
BLUE value IS 62 (24.61% from 255) = 30.24%
R=30.73%
G=39.02%
B=30.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6380620.2100.220.69116.6712.6827.84
Hex3F503E150164575d1c
Octal7712076250261051651534
Binary11111110100001111101010101011010001011110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,80,62); }

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

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

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

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

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

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

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