#3D493D

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

Shades of Grey-Asparagus #3D493D

Tints of Grey-Asparagus #3D493D

Color information

#3D493D (or 0x3D493D) is unknown color: approx Grey-Asparagus. HEX triplet: 3D, 49 and 3D. RGB value is (61,73,61). Sum of RGB (Red+Green+Blue) = 61+73+61=195 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.28% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 73 - color contains mainly: green. Hex color #3D493D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D493D is #C2B6C2. Grayscale: #444444. Windows color (decimal): -12760771 or 4016445. OLE color: 4016445.

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

Color convert

RGB617361-
CMYK0.1600.160.71
HSL120º8.96%26.27%-
HSV(B)120º16.44%28.63%-
XYZ5.156.095.32-
YUV68.04124.02122.98-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 31.28%
GREEN value IS 73 (28.91% from 255) = 37.44%
BLUE value IS 61 (24.22% from 255) = 31.28%
R=31.28%
G=37.44%
B=31.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6173610.1600.160.711208.9626.27
Hex3D493D10010477891a
Octal7511175200201071701132
Binary11110110010011111011000001000010001111111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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