#3E503D

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

Shades of Grey-Asparagus #3E503D

Tints of Grey-Asparagus #3E503D

Color information

#3E503D (or 0x3E503D) is unknown color: approx Grey-Asparagus. HEX triplet: 3E, 50 and 3D. RGB value is (62,80,61). Sum of RGB (Red+Green+Blue) = 62+80+61=203 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.54% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 80 - color contains mainly: green. Hex color #3E503D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E503D is #C1AFC2. Grayscale: #484848. Windows color (decimal): -12693443 or 4018238. OLE color: 4018238.

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

Color convert

RGB628061-
CMYK0.2200.240.69
HSL116.84º13.48%27.65%-
HSV(B)116.84º23.75%31.37%-
XYZ5.77.15.48-
YUV72.45121.54120.54-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.54%
GREEN value IS 80 (31.64% from 255) = 39.41%
BLUE value IS 61 (24.22% from 255) = 30.05%
R=30.54%
G=39.41%
B=30.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6280610.2200.240.69116.8413.4827.65
Hex3E503D160184575d1c
Octal7612075260301051651534
Binary11111010100001111011011001100010001011110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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