#3D503D

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

Shades of Grey-Asparagus #3D503D

Tints of Grey-Asparagus #3D503D

Color information

#3D503D (or 0x3D503D) is unknown color: approx Grey-Asparagus. HEX triplet: 3D, 50 and 3D. RGB value is (61,80,61). Sum of RGB (Red+Green+Blue) = 61+80+61=202 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.20% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 80 - color contains mainly: green. Hex color #3D503D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D503D is #C2AFC2. Grayscale: #484848. Windows color (decimal): -12758979 or 4018237. OLE color: 4018237.

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

Color convert

RGB618061-
CMYK0.2400.240.69
HSL120º13.48%27.65%-
HSV(B)120º23.75%31.37%-
XYZ5.647.075.48-
YUV72.15121.71120.04-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.20%
GREEN value IS 80 (31.64% from 255) = 39.60%
BLUE value IS 61 (24.22% from 255) = 30.20%
R=30.20%
G=39.60%
B=30.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6180610.2400.240.6912013.4827.65
Hex3D503D180184578d1c
Octal7512075300301051701534
Binary11110110100001111011100001100010001011111000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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