Html Css Color HEX #3F493E Grey-Asparagus

📋 copy color: '#3F493E'

red 63 ◦ green 73 ◦ blue 62

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

Shades of Grey-Asparagus #3F493E

Tints of Grey-Asparagus #3F493E

RGB

 RED value IS 63 (25% from 255) = 31.82%

 GREEN value IS 73 (28.91% from 255) = 36.87%

 BLUE value IS 62 (24.61% from 255) = 31.31%

R = 31.82%
G = 36.87%
B = 31.31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#3F493E (or 0x3F493E) is known color: Grey-Asparagus. HEX triplet: 3F, 49 and 3E. RGB value is (63,73,62). Sum of RGB (Red+Green+Blue) = 63+73+62=198 (26% of max value = 765). Red value is 63 (25% from 255 or 31.82% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 62 (24.61% from 255 or 31.31% from 198); Max value from RGB is 73 - color contains mainly: green. Hex color #3F493E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F493E is #C0B6C1. Grayscale: #444444. Windows color (decimal): -12629698 or 4081983. OLE color: 4081983.

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

Color convert

RGB 63 73 62 -
CMYK 0.14 0 0.15 0.71
HSL 114.55º 0.08% 0.26% -
HSV(B) 114.55º 0.15% 0.29% -
XYZ 5.3 6.17 5.47 -
YUV 68.76 124.19 123.89 -
System Red Green Blue C M Y K H S L
Decimal 63 73 62 0.14 0 0.15 0.71 114.55 0.08 0.26
Hex 3F 49 3E E 0 F 47 73 8 1A
Octal 77 111 76 16 0 17 107 163 10 32
Binary 111111 1001001 111110 1110 0 1111 1000111 1110011 1000 11010

Color Harmonies of #3F493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F493E

Black with #3F493E

Text Example


Text Example

White with #3F493E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,73,62); }

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

background-color css

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

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

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

border-color css

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

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

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