Html Css Color HEX #3D493D Grey-Asparagus

📋 copy color: '#3D493D'

red 61 ◦ green 73 ◦ blue 61

#3D493D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey-Asparagus #3D493D

Tints of Grey-Asparagus #3D493D

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 value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#3D493D (or 0x3D493D) is known color: 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

RGB 61 73 61 -
CMYK 0.16 0 0.16 0.71
HSL 120º 0.09% 0.26% -
HSV(B) 120º 0.16% 0.29% -
XYZ 5.15 6.09 5.32 -
YUV 68.04 124.02 122.98 -
System Red Green Blue C M Y K H S L
Decimal 61 73 61 0.16 0 0.16 0.71 120 0.09 0.26
Hex 3D 49 3D 10 0 10 47 78 9 1A
Octal 75 111 75 20 0 20 107 170 11 32
Binary 111101 1001001 111101 10000 0 10000 1000111 1111000 1001 11010

Color Harmonies of #3D493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D493D

Black with #3D493D

Text Example


Text Example

White with #3D493D

Text Example


Text Example

HTML Codes & Css Web 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>