Html Css Color HEX #3D503C Grey-Asparagus

📋 copy color: '#3D503C'

red 61 ◦ green 80 ◦ blue 60

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

Shades of Grey-Asparagus #3D503C

Tints of Grey-Asparagus #3D503C

RGB

 RED value IS 61 (24.22% from 255) = 30.35%

 GREEN value IS 80 (31.64% from 255) = 39.8%

 BLUE value IS 60 (23.83% from 255) = 29.85%

R = 30.35%
G = 39.8%
B = 29.85%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.25

 K value IS 0.69

RGB Variations

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

Color information

#3D503C (or 0x3D503C) is known color: Grey-Asparagus. HEX triplet: 3D, 50 and 3C. RGB value is (61,80,60). Sum of RGB (Red+Green+Blue) = 61+80+60=201 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.35% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 80 - color contains mainly: green. Hex color #3D503C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D503C is #C2AFC3. Grayscale: #484848. Windows color (decimal): -12758980 or 3952701. OLE color: 3952701.

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

Color convert

RGB 61 80 60 -
CMYK 0.24 0 0.25 0.69
HSL 117º 0.14% 0.27% -
HSV(B) 117º 0.25% 0.31% -
XYZ 5.61 7.06 5.34 -
YUV 72.04 121.21 120.13 -
System Red Green Blue C M Y K H S L
Decimal 61 80 60 0.24 0 0.25 0.69 117 0.14 0.27
Hex 3D 50 3C 18 0 19 45 75 E 1B
Octal 75 120 74 30 0 31 105 165 16 33
Binary 111101 1010000 111100 11000 0 11001 1000101 1110101 1110 11011

Color Harmonies of #3D503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D503C

Black with #3D503C

Text Example


Text Example

White with #3D503C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D503C;
 }
 .AnyTagClassName
 {
   color: #3D503C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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