Html Css Color HEX #3D503B Grey-Asparagus

📋 copy color: '#3D503B'

red 61 ◦ green 80 ◦ blue 59

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

Shades of Grey-Asparagus #3D503B

Tints of Grey-Asparagus #3D503B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 29.5%

R = 30.5%
G = 40%
B = 29.5%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#3D503B (or 0x3D503B) is known color: Grey-Asparagus. HEX triplet: 3D, 50 and 3B. RGB value is (61,80,59). Sum of RGB (Red+Green+Blue) = 61+80+59=200 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.5% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 80 - color contains mainly: green. Hex color #3D503B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D503B is #C2AFC4. Grayscale: #474747. Windows color (decimal): -12758981 or 3887165. OLE color: 3887165.

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

Color convert

RGB 61 80 59 -
CMYK 0.24 0 0.26 0.69
HSL 114.29º 0.15% 0.27% -
HSV(B) 114.29º 0.26% 0.31% -
XYZ 5.58 7.05 5.2 -
YUV 71.93 120.71 120.21 -
System Red Green Blue C M Y K H S L
Decimal 61 80 59 0.24 0 0.26 0.69 114.29 0.15 0.27
Hex 3D 50 3B 18 0 1A 45 72 F 1B
Octal 75 120 73 30 0 32 105 162 17 33
Binary 111101 1010000 111011 11000 0 11010 1000101 1110010 1111 11011

Color Harmonies of #3D503B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D503B

Black with #3D503B

Text Example


Text Example

White with #3D503B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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