#3D503E

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

Shades of Grey-Asparagus #3D503E

Tints of Grey-Asparagus #3D503E

Color information

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

HSL color Cylindrical-coordinate representation of color #3D503E: hue angle of 123.16º 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 #3D503E is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB618062-
CMYK0.2400.220.69
HSL123.16º13.48%27.65%-
HSV(B)123.16º23.75%31.37%-
XYZ5.667.085.63-
YUV72.27122.21119.96-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6180620.2400.220.69123.1613.4827.65
Hex3D503E18016457bd1c
Octal7512076300261051731534
Binary11110110100001111101100001011010001011111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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