Html Css Color HEX #3E503D Grey-Asparagus

📋 copy color: '#3E503D'

red 62 ◦ green 80 ◦ blue 61

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

Shades of Grey-Asparagus #3E503D

Tints of Grey-Asparagus #3E503D

RGB

 RED value IS 62 (24.61% from 255) = 30.54%

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

 BLUE value IS 61 (24.22% from 255) = 30.05%

R = 30.54%
G = 39.41%
B = 30.05%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#3E503D (or 0x3E503D) is known color: Grey-Asparagus. HEX triplet: 3E, 50 and 3D. RGB value is (62,80,61). Sum of RGB (Red+Green+Blue) = 62+80+61=203 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.54% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 80 - color contains mainly: green. Hex color #3E503D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E503D is #C1AFC2. Grayscale: #484848. Windows color (decimal): -12693443 or 4018238. OLE color: 4018238.

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

Color convert

RGB 62 80 61 -
CMYK 0.22 0 0.24 0.69
HSL 116.84º 0.13% 0.28% -
HSV(B) 116.84º 0.24% 0.31% -
XYZ 5.7 7.1 5.48 -
YUV 72.45 121.54 120.54 -
System Red Green Blue C M Y K H S L
Decimal 62 80 61 0.22 0 0.24 0.69 116.84 0.13 0.28
Hex 3E 50 3D 16 0 18 45 75 D 1C
Octal 76 120 75 26 0 30 105 165 15 34
Binary 111110 1010000 111101 10110 0 11000 1000101 1110101 1101 11100

Color Harmonies of #3E503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E503D

Black with #3E503D

Text Example


Text Example

White with #3E503D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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